ianmackenzie / elm-iso-10303 / Step.TypeName


type TypeName

A capitalized type name like "IFCWALL".

fromString : String -> TypeName

Construct a type name from a string. This wil capitalize the string.

toString : TypeName -> String

Convert a type name to a string. The result will always be capitalized.