Hoogle Search
Within Stackage Nightly 2025-10-02 (ghc-9.12.2)
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.
-
StateVar Data.StateVar This is the class of all writable state variables.
makeSettableStateVar :: (a -> IO ()) -> SettableStateVar aStateVar Data.StateVar Construct a SettableStateVar from an IO action for writing.
traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)event-list Data.EventList.Absolute.TimeBody No documentation available.
traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)event-list Data.EventList.Absolute.TimeTime No documentation available.