| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hinit.Types
Documentation
Instances
| Eq Val Source # | |
| Show Val Source # | |
| Generic Val Source # | |
| ToMustache Val Source # | |
Defined in Hinit.Types | |
| HasCodec Val Source # | |
| type Rep Val Source # | |
Defined in Hinit.Types type Rep Val = D1 ('MetaData "Val" "Hinit.Types" "hinit-0.2.2-inplace" 'False) (C1 ('MetaCons "Bool" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :+: C1 ('MetaCons "Text" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
Instances
| Eq VCS Source # | |
| Show VCS Source # | |
| Generic VCS Source # | |
| HasCodec (Maybe VCS) Source # | |
| type Rep VCS Source # | |
Defined in Hinit.Types type Rep VCS = D1 ('MetaData "VCS" "Hinit.Types" "hinit-0.2.2-inplace" 'False) ((C1 ('MetaCons "Git" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Mercurial" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Darcs" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Pijul" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Other" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))) | |