Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
HaScalaM.Instances.Tilde
Contents
Orphan instances
ArgsType SmMod Source # | |
Mod SmMod Source # | |
ParamsType SmMod Source # | |
Tree SmMod Source # | |
Variant SmMod Source # | |
(ParamClauseT' m n p' t' b' pc', ParamClauseT m n p t' t pc) => ParamClauseGroup m n p p' t' b' t pc pc' (SmParamClauseGroup m n p p' t' b' t pc pc') Source # | |
Methods t'paramClause' :: SmParamClauseGroup m n p p' t' b' t pc pc' -> pc' Source # paramClauses' :: SmParamClauseGroup m n p p' t' b' t pc pc' -> [pc] Source # | |
(Init m n t' t ac i, Stat s, Self n t' p) => Template m n t' t ac i p s (SmTemplate m n t' t ac i p s) Source # | |
Methods early :: SmTemplate m n t' t ac i p s -> [s] Source # inits :: SmTemplate m n t' t ac i p s -> [i] Source # self :: SmTemplate m n t' t ac i p s -> p Source # stats :: SmTemplate m n t' t ac i p s -> [s] Source # derives :: SmTemplate m n t' t ac i p s -> [t'] Source # | |
ParamClauseT m n p t' t pc => Primary m n p t' t pc (SmCtorPrimary m n p t' t pc) Source # | |
Methods mods :: SmCtorPrimary m n p t' t pc -> [m] Source # | |
ParamClauseT m n p t' t pc => WithParamClauses m n p t' t pc (SmCtorPrimary m n p t' t pc) Source # | |
Methods paramClauses :: SmCtorPrimary m n p t' t pc -> [pc] Source # | |
(n ~ SmName, t' ~ SmType', Name n, Type' t') => Self n t' (SmSelf n t') Source # | |
Stat s => Source s (SmSource s) Source # | |
Stat s => Tree (SmSource s :: Type) Source # | |
Stat s => WithExprs s (SmSource s) Source # | |
Stat s => WithStats s (SmSource s) Source # | |
(Name n, Type' t') => Member n (SmSelf n t') Source # | |
(Name n, Type' t') => Tree (SmSelf n t' :: Type) Source # | |
(Name n, Type' t') => WithDeclTpeOpt t' (SmSelf n t') Source # | |
ParamClauseT m n p t' t pc => Ctor (SmCtorPrimary m n p t' t pc :: Type) Source # | |
ParamClauseT m n p t' t pc => Tree (SmCtorPrimary m n p t' t pc :: Type) Source # | |
(Init m n t' t ac i, Stat s, Self n t' p) => Tree (SmTemplate m n t' t ac i p s :: Type) Source # | |
(Init m n t' t ac i, Stat s, Self n t' p) => WithExprs s (SmTemplate m n t' t ac i p s) Source # | |
Methods exprs :: SmTemplate m n t' t ac i p s -> [s] Source # | |
(Init m n t' t ac i, Stat s, Self n t' p) => WithStats s (SmTemplate m n t' t ac i p s) Source # | |
Methods stats :: SmTemplate m n t' t ac i p s -> [s] Source # | |
(ParamClauseT' m n p' t' b' pc', ParamClauseT m n p t' t pc) => Tree (SmParamClauseGroup m n p p' t' b' t pc pc' :: Type) Source # | |