Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Show Simple | |
Action Simple Simple_ | |
(~) * anything Int => Action Simple ((:=) Simple_ anything) | |
type MethodOutput Simple Simple_ = Int | |
type Output Simple (Method m) = MethodOutput Simple (Method m) | |
type MethodOutput Simple ((:=) Simple_ anything) = Simple | |
type Output Simple ((:=) (Method m) input) = MethodOutput Simple ((:=) (Method m) input) |
Show x => Show (Foo x) | |
Action (Foo x) Blub_ | |
Action (Foo x) Baz_ | |
Action (Foo x) Bar_ | |
(~) * value0 x0 => Action (Foo x) ((:=) Blub_ value) | |
(~) * value0 Char => Action (Foo x) ((:=) Baz_ value) | |
(~) * value0 Int => Action (Foo x) ((:=) Bar_ value) | |
type MethodOutput (Foo x0) Blub_ = x0 | |
type MethodOutput (Foo x0) Baz_ = Char | |
type MethodOutput (Foo x0) Bar_ = Int | |
type Output (Foo x0) (Method m0) = MethodOutput (Foo x0) (Method m0) | |
type MethodOutput (Foo x0) ((:=) Blub_ value) = Foo x0 | |
type MethodOutput (Foo x0) ((:=) Baz_ value) = Foo x0 | |
type MethodOutput (Foo x0) ((:=) Bar_ value) = Foo x0 | |
type Output (Foo x0) ((:=) (Method m0) input0) = MethodOutput (Foo x0) ((:=) (Method m0) input0) |