ghc-lib-parser-0.20220301: The GHC API, decoupled from GHC versions
Source
Contents
Index
Safe Haskell
None
Language
Haskell2010
GHC.Utils.Binary
Contents
For writing instances
Variable length encodings
Fixed length encoding
Lazy Binary I/O
User data
Synopsis
data
Bin
a
class
Binary
a
where
put_
::
BinHandle
-> a ->
IO
()
put
::
BinHandle
-> a ->
IO
(
Bin
a)
get
::
BinHandle
->
IO
a
data
BinHandle
type
SymbolTable
=
Array
Int
Name
type
Dictionary
=
Array
Int
FastString
data
BinData
=
BinData