diff options
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 |