summaryrefslogblamecommitdiff
path: root/files/practicum/PropositieLogica3.icl
blob: 12a211032237c65f2718c061936c9bffa2f24ab1 (plain) (tree)






















                                        
implementation module PropositieLogica3

import StdEnv

::	PropL    ...
::	Valuatie ...
::  Waarde   ...

instance toString PropL where
	toString ...

eval :: Valuatie PropL -> Waarde
eval ...

vars :: PropL -> ...
vars ...

vals :: ...
vals ...

truths :: PropL -> [Valuatie]
truths ...

Start = 0