| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
HsBindgen.Runtime.FLAM
Contents
Description
Intended for qualified import.
import HsBindgen.Runtime.FLAM (WithFlam) import HsBindgen.Runtime.FLAM qualified as FLAM
Synopsis
- class Offset elem aux | aux -> elem where
- class Offset elem aux => NumElems elem aux | aux -> elem where
- data WithFlam elem aux = WithFlam {}
- data FlamLengthMismatch = FlamLengthMismatch {}
Definitions
data WithFlam elem aux Source #
Data structure with flexible array member
Exceptions
data FlamLengthMismatch Source #
Constructors
| FlamLengthMismatch | |
Fields | |
Instances
| Exception FlamLengthMismatch Source # | |
Defined in HsBindgen.Runtime.FLAM Methods toException :: FlamLengthMismatch -> SomeException # fromException :: SomeException -> Maybe FlamLengthMismatch # | |
| Show FlamLengthMismatch Source # | |
Defined in HsBindgen.Runtime.FLAM Methods showsPrec :: Int -> FlamLengthMismatch -> ShowS # show :: FlamLengthMismatch -> String # showList :: [FlamLengthMismatch] -> ShowS # | |