Expr.hascasl.hs revision d74c3c29c2fd9b3d78d26e2a225214d803de2111
module HasCASLModul where
import Prelude (undefined)
type Pred a = a -> ()
type Unit = ()
data A_bool = A_true
| A_false
_2_D_B_2 :: ((), ()) -> ()
_2_D_B_2 = undefined
_2_L_I_G_2 :: ((), ()) -> ()
_2_L_I_G_2 = undefined
_2_I_2 :: (a, a) -> ()
_2_I_2 = undefined
_2_I_G_2 :: ((), ()) -> ()
_2_I_G_2 = undefined
_2_Ie_I_2 :: (a, a) -> ()
_2_Ie_I_2 = undefined
_2_B_D_2 :: ((), ()) -> ()
_2_B_D_2 = undefined
a :: A_bool
a = true
b2 :: A_bool -> A_bool
b2 = \ x -> (x :: A_bool)
b :: A_bool
b = let x = A_true
y = A_false
z = (x :: A_bool)
in A_true
def_2 :: a -> ()
def_2 = undefined
if_2then_2else_2 :: ((), a, a) -> a
if_2then_2else_2 = undefined
not_2 :: () -> ()
not_2 = undefined
notA :: A_bool
notA
= case a of
A_true -> false
A_false -> true