Haex.Data.TypeConstructorBuilder (haex v0.0.1)
generates AST representation of Haex.Data.TypeConstructor
to return from
Haex.data/1
macro
Link to this section Summary
Link to this section Functions
Link to this function
build(tc, data_constructors)
Specs
build(Haex.Data.TypeConstructor.t(), [Haex.Data.DataConstructor.t()]) :: Macro.output()
Link to this function
build_helper(tc, dc)
Specs
build_helper(Haex.Data.TypeConstructor.t(), Haex.Data.DataConstructor.t()) :: Macro.output()