| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Symantic.View
Documentation
Constructors
| View :: (ViewEnv -> ShowS) -> View a | |
| ViewUnifix :: Unifix -> String -> String -> View (a -> b) | |
| ViewInfix :: Infix -> String -> String -> View (a -> b -> c) | |
| ViewApp :: View (b -> a) -> View b -> View a |
Instances
| LiftDerived View Source # | |
Defined in Symantic.View | |
| Maybeable View Source # | |
| Listable View Source # | |
| Equalable View Source # | |
| Eitherable View Source # | |
| Bottomable View Source # | |
Defined in Symantic.View | |
| Anythingable View Source # | |
| Abstractable View Source # | |
| Show c => Constantable c View Source # | |
Defined in Symantic.View | |
| Show (View a) Source # | |
| IsString (View a) Source # | |
Defined in Symantic.View Methods fromString :: String -> View a # | |
| Show (SomeData View a) Source # | |
| type Derived View Source # | Unusual, but enables to leverage default definition of methods. |
Defined in Symantic.View | |
Constructors
| ViewEnv | |
Fields
| |