ghci-8.2.1: The library supporting GHC's interactive interpreter

Safe HaskellSafe
LanguageHaskell2010

GHCi.TH.Binary

Contents

Orphan instances

Binary TypeRep Source # 

Methods

put :: TypeRep -> Put #

get :: Get TypeRep #

putList :: [TypeRep] -> Put #

Binary Exp Source # 

Methods

put :: Exp -> Put #

get :: Get Exp #

putList :: [Exp] -> Put #

Binary Match Source # 

Methods

put :: Match -> Put #

get :: Get Match #

putList :: [Match] -> Put #

Binary Clause Source # 

Methods

put :: Clause -> Put #

get :: Get Clause #

putList :: [Clause] -> Put #

Binary Pat Source # 

Methods

put :: Pat -> Put #

get :: Get Pat #

putList :: [Pat] -> Put #

Binary Type Source # 

Methods

put :: Type -> Put #

get :: Get Type #

putList :: [Type] -> Put #

Binary Dec Source # 

Methods

put :: Dec -> Put #

get :: Get Dec #

putList :: [Dec] -> Put #

Binary Name Source # 

Methods

put :: Name -> Put #

get :: Get Name #

putList :: [Name] -> Put #

Binary FunDep Source # 

Methods

put :: FunDep -> Put #

get :: Get FunDep #

putList :: [FunDep] -> Put #

Binary TyVarBndr Source # 
Binary InjectivityAnn Source # 
Binary Overlap Source # 

Methods

put :: Overlap -> Put #

get :: Get Overlap #

putList :: [Overlap] -> Put #

Binary TyCon Source # 

Methods

put :: TyCon -> Put #

get :: Get TyCon #

putList :: [TyCon] -> Put #

Binary Serialized Source # 
Binary ModName Source # 

Methods

put :: ModName -> Put #

get :: Get ModName #

putList :: [ModName] -> Put #

Binary PkgName Source # 

Methods

put :: PkgName -> Put #

get :: Get PkgName #

putList :: [PkgName] -> Put #

Binary Module Source # 

Methods

put :: Module -> Put #

get :: Get Module #

putList :: [Module] -> Put #

Binary OccName Source # 

Methods

put :: OccName -> Put #

get :: Get OccName #

putList :: [OccName] -> Put #

Binary NameFlavour Source # 
Binary NameSpace Source # 
Binary Loc Source # 

Methods

put :: Loc -> Put #

get :: Get Loc #

putList :: [Loc] -> Put #

Binary Info Source # 

Methods

put :: Info -> Put #

get :: Get Info #

putList :: [Info] -> Put #

Binary ModuleInfo Source # 
Binary Fixity Source # 

Methods

put :: Fixity -> Put #

get :: Get Fixity #

putList :: [Fixity] -> Put #

Binary FixityDirection Source # 
Binary Lit Source # 

Methods

put :: Lit -> Put #

get :: Get Lit #

putList :: [Lit] -> Put #

Binary Body Source # 

Methods

put :: Body -> Put #

get :: Get Body #

putList :: [Body] -> Put #

Binary Guard Source # 

Methods

put :: Guard -> Put #

get :: Get Guard #

putList :: [Guard] -> Put #

Binary Stmt Source # 

Methods

put :: Stmt -> Put #

get :: Get Stmt #

putList :: [Stmt] -> Put #

Binary Range Source # 

Methods

put :: Range -> Put #

get :: Get Range #

putList :: [Range] -> Put #

Binary DerivClause Source # 
Binary DerivStrategy Source # 
Binary TypeFamilyHead Source # 
Binary TySynEqn Source # 

Methods

put :: TySynEqn -> Put #

get :: Get TySynEqn #

putList :: [TySynEqn] -> Put #

Binary FamFlavour Source # 
Binary Foreign Source # 

Methods

put :: Foreign -> Put #

get :: Get Foreign #

putList :: [Foreign] -> Put #

Binary Callconv Source # 

Methods

put :: Callconv -> Put #

get :: Get Callconv #

putList :: [Callconv] -> Put #

Binary Safety Source # 

Methods

put :: Safety -> Put #

get :: Get Safety #

putList :: [Safety] -> Put #

Binary Pragma Source # 

Methods

put :: Pragma -> Put #

get :: Get Pragma #

putList :: [Pragma] -> Put #

Binary Inline Source # 

Methods

put :: Inline -> Put #

get :: Get Inline #

putList :: [Inline] -> Put #

Binary RuleMatch Source # 
Binary Phases Source # 

Methods

put :: Phases -> Put #

get :: Get Phases #

putList :: [Phases] -> Put #

Binary RuleBndr Source # 

Methods

put :: RuleBndr -> Put #

get :: Get RuleBndr #

putList :: [RuleBndr] -> Put #

Binary AnnTarget Source # 
Binary SourceUnpackedness Source # 
Binary SourceStrictness Source # 
Binary DecidedStrictness Source # 
Binary Con Source # 

Methods

put :: Con -> Put #

get :: Get Con #

putList :: [Con] -> Put #

Binary Bang Source # 

Methods

put :: Bang -> Put #

get :: Get Bang #

putList :: [Bang] -> Put #

Binary PatSynDir Source # 
Binary PatSynArgs Source # 
Binary FamilyResultSig Source # 
Binary TyLit Source # 

Methods

put :: TyLit -> Put #

get :: Get TyLit #

putList :: [TyLit] -> Put #

Binary Role Source # 

Methods

put :: Role -> Put #

get :: Get Role #

putList :: [Role] -> Put #

Binary AnnLookup Source #