| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.DataDeclaration.ConstructorId
Synopsis
- type ConstructorId = Word64
- fromNumConstructors :: Int -> [ConstructorId]
Documentation
type ConstructorId = Word64 Source #
fromNumConstructors :: Int -> [ConstructorId] Source #
Return a list of constructor ids from the number of constructors a decl has.