PatternEq.hascasl.hs revision fb667d2827149910130c66dc44c74024252a8fbf
module HasCASLModul where
import Prelude (undefined)
type Pred a = a -> ()
type Unit = ()
data A__2_T_2 a1 a2 = A__2_T_2
data A__2_M_M_G_2 a1 a2 = A__2_M_M_G_2
data A__2_M_M_G_Q_2 a1 a2 = A__2_M_M_G_Q_2
data A__2_M_G_2 a1 a2 = A__2_M_G_2
data A__2_M_G_Q_2 a1 a2 = A__2_M_G_Q_2
data A_s = A_s
data A_t = A_t
_2_S_B_2 :: ((), ()) -> ()
_2_S_B_2 = undefined
_2_L_R_G_2 :: ((), ()) -> ()
_2_L_R_G_2 = undefined
_2_R_2 :: (a, a) -> ()
_2_R_2 = undefined
_2_R_G_2 :: ((), ()) -> ()
_2_R_G_2 = undefined
_2_Re_R_2 :: (a, a) -> ()
_2_Re_R_2 = undefined
_2_B_S_2 :: ((), ()) -> ()
_2_B_S_2 = undefined
_2if_2 :: ((), ()) -> ()
_2if_2 = undefined
_2when_2else_2 :: (a, (), a) -> a
_2when_2else_2 = undefined
a :: A_s
a = undefined
b :: A_s
b = a
c :: A_t
c = snd (x, y)
def_2 :: a -> ()
def_2 = undefined
false :: ()
false = undefined
if_2then_2else_2 :: ((), a, a) -> a
if_2then_2else_2 = undefined
not_2 :: () -> ()
not_2 = undefined
snd :: (A_s, A_t) -> A_t
snd = \ (x, y) -> y
true :: ()
true = undefined
x :: A_s
x = undefined
y :: A_t
y = undefined