split up whnf module
This commit is contained in:
parent
a24ebe0702
commit
8264a1bb81
9 changed files with 854 additions and 788 deletions
5
lib/Quox/Whnf.idr
Normal file
5
lib/Quox/Whnf.idr
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Quox.Whnf
|
||||
|
||||
import public Quox.Whnf.Interface as Quox.Whnf
|
||||
import public Quox.Whnf.ComputeElimType as Quox.Whnf
|
||||
import public Quox.Whnf.Main as Quox.Whnf
|
Loading…
Add table
Add a link
Reference in a new issue