aboutsummaryrefslogtreecommitdiff
path: root/Logic.dcl
diff options
context:
space:
mode:
authorCamil Staps2015-07-06 16:35:52 +0200
committerCamil Staps2015-07-06 16:35:52 +0200
commitca22479120810e5e0a79f1ec2bcd01ed26152fdb (patch)
tree1a050f37ff010374182129d56a33c50eb84f7df5 /Logic.dcl
parentFix show for expressions (parentheses); allow parentheses in input (diff)
Adhere to Clean library standards, i.e. don't import too much
Diffstat (limited to 'Logic.dcl')
-rw-r--r--Logic.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Logic.dcl b/Logic.dcl
index 23ae191..225f98f 100644
--- a/Logic.dcl
+++ b/Logic.dcl
@@ -23,7 +23,8 @@
*/
definition module Logic
-import StdEnv, StdMaybe
+from StdOverloaded import class <, class ==
+from StdMaybe import :: Maybe
// Expressions
:: Expr = B Bool // A constant