Agda.TypeChecking.Serialise.Instances.Abstract
Contents
data AbsNameWithFixity Source #
Constructors
Defined in Agda.TypeChecking.Serialise.Instances.Abstract
Methods
icode :: AbsNameWithFixity -> S Int32 Source #
icod_ :: AbsNameWithFixity -> S Int32 Source #
value :: Int32 -> R AbsNameWithFixity Source #
toAbsName :: AbsNameWithFixity -> AbstractName Source #
fromAbsName :: AbstractName -> AbsNameWithFixity Source #
icode :: Access -> S Int32 Source #
icod_ :: Access -> S Int32 Source #
value :: Int32 -> R Access Source #
icode :: Precedence -> S Int32 Source #
icod_ :: Precedence -> S Int32 Source #
value :: Int32 -> R Precedence Source #
icode :: ParenPreference -> S Int32 Source #
icod_ :: ParenPreference -> S Int32 Source #
value :: Int32 -> R ParenPreference Source #
icode :: AbstractModule -> S Int32 Source #
icod_ :: AbstractModule -> S Int32 Source #
value :: Int32 -> R AbstractModule Source #
icode :: NameMetadata -> S Int32 Source #
icod_ :: NameMetadata -> S Int32 Source #
value :: Int32 -> R NameMetadata Source #
icode :: AbstractName -> S Int32 Source #
icod_ :: AbstractName -> S Int32 Source #
value :: Int32 -> R AbstractName Source #
icode :: WhyInScope -> S Int32 Source #
icod_ :: WhyInScope -> S Int32 Source #
value :: Int32 -> R WhyInScope Source #
icode :: KindOfName -> S Int32 Source #
icod_ :: KindOfName -> S Int32 Source #
value :: Int32 -> R KindOfName Source #
icode :: NameOrModule -> S Int32 Source #
icod_ :: NameOrModule -> S Int32 Source #
value :: Int32 -> R NameOrModule Source #
icode :: NameSpace -> S Int32 Source #
icod_ :: NameSpace -> S Int32 Source #
value :: Int32 -> R NameSpace Source #
icode :: LocalVar -> S Int32 Source #
icod_ :: LocalVar -> S Int32 Source #
value :: Int32 -> R LocalVar Source #
icode :: BindingSource -> S Int32 Source #
icod_ :: BindingSource -> S Int32 Source #
value :: Int32 -> R BindingSource Source #
icode :: ScopeInfo -> S Int32 Source #
icod_ :: ScopeInfo -> S Int32 Source #
value :: Int32 -> R ScopeInfo Source #
icode :: NameSpaceId -> S Int32 Source #
icod_ :: NameSpaceId -> S Int32 Source #
value :: Int32 -> R NameSpaceId Source #
icode :: Scope -> S Int32 Source #
icod_ :: Scope -> S Int32 Source #
value :: Int32 -> R Scope Source #
icode :: ConPatLazy -> S Int32 Source #
icod_ :: ConPatLazy -> S Int32 Source #
value :: Int32 -> R ConPatLazy Source #
icode :: ConPatInfo -> S Int32 Source #
icod_ :: ConPatInfo -> S Int32 Source #
value :: Int32 -> R ConPatInfo Source #
icode :: BindName -> S Int32 Source #
icod_ :: BindName -> S Int32 Source #
value :: Int32 -> R BindName Source #
icode :: Pattern' a -> S Int32 Source #
icod_ :: Pattern' a -> S Int32 Source #
value :: Int32 -> R (Pattern' a) Source #