Agda-2.2.4: A dependently typed functional programming language and proof assistantSource codeContentsIndex
Agda.TypeChecking.Serialise
Description
Structure-sharing serialisation of Agda interface files.
Documentation
encode :: EmbPrj a => a -> IO ByteStringSource
encodeFile :: EmbPrj a => FilePath -> a -> IO ()Source
decode :: EmbPrj a => ByteString -> IO aSource
decodeFile :: EmbPrj a => FilePath -> IO aSource
class Data a => EmbPrj a Source
show/hide Instances
Produced by Haddock version 2.4.2