| Safe Haskell | Safe-Inferred |
|---|
Language.Slice.Syntax.AST
Documentation
data IncludeDelimiters Source
Constructors
| AngleBrackets | |
| Quotes |
Constructors
data MethodDecl Source
Constructors
| MethodDecl SliceType Ident [FieldDecl] [NsQualIdent] (Maybe Annotation) |
Instances
data MethodOrFieldDecl Source
Constructors
| MDecl MethodDecl | |
| FDecl FieldDecl |