Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
vinyl Data.Vinyl.Lens This is a lens into a slice of the larger record. Morally, we have:
rsubset :: Lens' (Rec f ss) (Rec f rs)
class
FieldOffset Aux f ts t RIndex t ts => FieldOffset (f :: k -> Type) (ts :: [k]) (t :: k)vinyl Data.Vinyl.SRec A more concise constraint equivalent to FieldOffsetAux.
-
vinyl Data.Vinyl.SRec The ability to work with a particular field of a Rec stored at a Ptr.
fieldOffset :: FieldOffsetAux f ts t i => Int -> StorableAt f tvinyl Data.Vinyl.SRec Get the byte offset of a field from the given origin and the Storable dictionary needed to work with that field.
-
vinyl Data.Vinyl.SRec Get a subset of a record's fields.
-
vinyl Data.Vinyl.SRec Set a subset of a record's fields.
-
insert-ordered-containers Data.HashSet.InsOrd HashSet which tries its best to remember insertion order of elements.
fromHashSet :: HashSet k -> InsOrdHashSet kinsert-ordered-containers Data.HashSet.InsOrd No documentation available.
-
insert-ordered-containers Data.HashSet.InsOrd This is a slight lie, as roundtrip doesn't preserve ordering.
toHashSet :: InsOrdHashSet k -> HashSet kinsert-ordered-containers Data.HashSet.InsOrd No documentation available.