allowed_type_constant : string -> bool
- map Lexis.allowed_type_constant ["list", "'a", "fun", "->", "#", "fun2"]; > val it = [true, false, true, false, false, true] : bool list
This function is not currently enforced by the system, as it was found that more flexibilty in naming was preferable.