gleamunison/bootstraps

Types

pub type BootstrapDef {
  BAbility(name: String, ops: List(BootstrapOp))
  BTerm(name: String, ref: identity.DefinitionRef)
}

Constructors

pub type BootstrapOp {
  BOp(
    name: String,
    inputs: List(BootstrapType),
    output: BootstrapType,
  )
}

Constructors

pub type BootstrapType {
  BTInt
  BTFloat
  BTText
  BTList
  BTVar(String)
}

Constructors

  • BTInt
  • BTFloat
  • BTText
  • BTList
  • BTVar(String)

Values

pub fn get_init_defs_data() -> List(BootstrapDef)
Search Document