| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Haskus.Format.Binary.Layout
Description
Memory layout
Describe a memory region
Documentation
data LPath (path :: [PathElem]) Source #
Path in a layout
Constructors
| LPath |
Instances
| type LPathOffset (LPath ([] :: [PathElem])) l Source # | |
Defined in Haskus.Format.Binary.Layout | |
| type LPathType (LPath ([] :: [PathElem])) l Source # | |
Defined in Haskus.Format.Binary.Layout | |
Layout path element
Instances
| type LPathOffset (LPath ([] :: [PathElem])) l Source # | |
Defined in Haskus.Format.Binary.Layout | |
| type LPathType (LPath ([] :: [PathElem])) l Source # | |
Defined in Haskus.Format.Binary.Layout | |
type family LPathOffset p l :: Nat Source #
Offset obtained when following path p
Instances
| type LPathOffset (LPath ([] :: [PathElem])) l Source # | |
Defined in Haskus.Format.Binary.Layout | |