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 |
Documentation
Instance | |
|
class HasInstance t c | t -> c where Source
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
HasInstance (Instance c) c |