| Copyright | (c) Edward Kmett and Dan Doel 2012-2013 |
|---|---|
| License | BSD3 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Ermine.Syntax.Instance
Description
Documentation
Constructors
| Instance | |
Fields
| |
class HasInstance t c | t -> c where Source
Minimal complete definition
Methods
instance_ :: Lens' t (Instance c) Source
instanceBody :: Lens' t (Core c Id) Source
instanceContext :: Lens' t [Type Void Int] Source
instanceHead :: Lens' t Head Source
Instances
| HasInstance (Instance c) c |