Test.hascasl.hs revision fb667d2827149910130c66dc44c74024252a8fbf
module HasCASLModul where
import Prelude (undefined)
data AT = A !(Int, B)
data B = B
data C = C
data Int = Int
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
type A_s = B
_P :: (AT, B) -> C
_P = undefined
_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
def_2 :: a -> ()
def_2 = undefined
f2 :: C -> C
f2 = undefined
f :: B -> B
f = undefined
false :: ()
false = undefined
if_2then_2else_2 :: ((), a, a) -> a
if_2then_2else_2 = undefined
not_2 :: () -> ()
not_2 = undefined
true :: ()
true = undefined