Module Enum_commonSource

Sourcetype explicit_type =
  1. | Boolean
  2. | Number
  3. | String
  4. | Symbol
  5. | BigInt
Sourceval string_of_explicit_type : explicit_type -> string