split up whnf module

This commit is contained in:
rhiannon morris 2023-08-24 18:42:26 +02:00
parent a24ebe0702
commit 8264a1bb81
9 changed files with 854 additions and 788 deletions

5
lib/Quox/Whnf.idr Normal file
View 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