diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-05 14:16:02 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-05 14:16:02 +0100 |
commit | b537d8e1bb0a06bc6e07b475eb32e726c2a115a6 (patch) | |
tree | c2d532d859e091e927693bb5431985d74a686519 /Everything.agda | |
parent | 90cc6afa6af2472b24fd6f1e4fc710b8dad462b9 (diff) |
Define binary operations.
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda new file mode 100644 index 0000000..0127e7e --- /dev/null +++ b/Everything.agda @@ -0,0 +1,4 @@ +{-# OPTIONS --without-K --safe #-} +module Everything where + +import Data.BinOp |