diff options
author | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-01-30 09:13:11 +0100 |
---|---|---|
committer | Helmut Grohne <grohne@cs.uni-bonn.de> | 2014-01-30 09:13:11 +0100 |
commit | 19670abeff9895de593ef26ad2da247ae590ce90 (patch) | |
tree | a8ab321a315b27abf5f15fc30701ac481e54ab04 /Everything.agda | |
parent | c63ff4179147ab237afe7d21d9e3740737c9b942 (diff) | |
download | bidiragda-19670abeff9895de593ef26ad2da247ae590ce90.tar.gz |
allow importing of Bidir without any postulates
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda index 76beef6..7399254 100644 --- a/Everything.agda +++ b/Everything.agda @@ -4,6 +4,7 @@ module Everything where import Generic import FinMap import CheckInsert +import GetTypes import FreeTheorems import BFF import Bidir |