diff options
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda new file mode 100644 index 0000000..7399254 --- /dev/null +++ b/Everything.agda @@ -0,0 +1,12 @@ +-- The sole purpose of this module is to ease compilation of everything. +module Everything where + +import Generic +import FinMap +import CheckInsert +import GetTypes +import FreeTheorems +import BFF +import Bidir +import LiftGet +import Precond |