Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
Method a |
Eq T_a | |
Read T_a | |
Show T_a | |
Action (Foo x) Baz_ | |
Action (Foo x) Bar_ | |
(~) * value0 Char => Action (Foo x) ((:=) Baz_ value) | |
(~) * value0 Int => Action (Foo x) ((:=) Bar_ value) | |
type MethodOutput (Foo x0) Baz_ = Char | |
type MethodOutput (Foo x0) Bar_ = Int | |
type MethodOutput (Foo x0) ((:=) Baz_ value) = Foo x0 | |
type MethodOutput (Foo x0) ((:=) Bar_ value) = Foo x0 |
Eq T_b | |
Read T_b | |
Show T_b | |
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 MethodOutput (Foo x0) ((:=) Blub_ value) = Foo x0 | |
type MethodOutput (Foo x0) ((:=) Baz_ value) = Foo x0 | |
type MethodOutput (Foo x0) ((:=) Bar_ value) = Foo x0 |
Eq T_l | |
Read T_l | |
Show T_l | |
Action Simple Simple_ | |
(~) * anything Int => Action Simple ((:=) Simple_ anything) | |
Action (Foo x) Blub_ | |
(~) * value0 x0 => Action (Foo x) ((:=) Blub_ value) | |
type MethodOutput Simple Simple_ = Int | |
type MethodOutput Simple ((:=) Simple_ anything) = Simple | |
type MethodOutput (Foo x0) Blub_ = x0 | |
type MethodOutput (Foo x0) ((:=) Blub_ value) = Foo x0 |