Add files

This commit is contained in:
2025-01-02 11:16:57 +00:00
parent 9a8645c2be
commit 8bfaa12ea7
4 changed files with 72 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module Dodge.BlBl (doBlBl) where
import Dodge.Data.BlBl
doBlBl :: BlBl -> Bool -> Bool
doBlBl bb = case bb of
BlNegate -> not
BlConst bl -> const bl
BlId -> id