| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Binrep.Example.FileTable
Documentation
type BS = ByteString Source #
Instances
| Get a => GetWith Addr# (Entry 'Strong a) Source # | |
| Generic (Entry s a) Source # | |
| Show a => Show (Entry 'Strong a) Source # | |
| Show a => Show (Entry 'Weak a) Source # | |
| Eq a => Eq (Entry 'Strong a) Source # | |
| Eq a => Eq (Entry 'Weak a) Source # | |
| Strengthen (Entry 'Strong a) Source # | |
Defined in Binrep.Example.FileTable Methods strengthen :: Weak (Entry 'Strong a) -> Validation (NonEmpty StrengthenFail) (Entry 'Strong a) # | |
| Weaken (Entry 'Strong a) Source # | |
| type Rep (Entry s a) Source # | |
Defined in Binrep.Example.FileTable type Rep (Entry s a) = D1 ('MetaData "Entry" "Binrep.Example.FileTable" "binrep-0.3.1-inplace" 'False) (C1 ('MetaCons "Entry" 'PrefixI 'True) (S1 ('MetaSel ('Just "entryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "entryData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SW s (Refined (SizeLessThan (IMax 'U 'I1)) BS))))) | |
| type Weak (Entry 'Strong a) Source # | |