Split the Language file into modules

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-04-13 18:39:38 -07:00
parent 7ed7f20227
commit de956cdc6a
5 changed files with 508 additions and 481 deletions

View File

@@ -1,4 +1,4 @@
open import Language
open import Language hiding (_[_])
open import Lattice
module Analysis.Forward