gleamunison/compile
Types
pub type CompileError {
InternalError(reason: String)
}
Constructors
-
InternalError(reason: String)
Values
pub fn compile_definition(
c: Compiler,
def: ast.Definition,
ref: identity.DefinitionRef,
) -> Result(BitArray, CompileError)
pub fn module_name_for(ref: identity.DefinitionRef) -> String