Module
Data.Generic.Rep
- Package
- purescript-generics-repDEPRECATED
- Repository
- purescript/purescript-generics-rep
#NoConstructors Source
data NoConstructors
A representation for types with no constructors.
#Constructor Source
newtype Constructor (name :: Symbol) a
A representation for constructors which includes the data constructor name as a type-level string.