rhiannon morris
3fb8580f85
e.g. "coe [_ ⇒ A] @p @q s" should immediately reduce to "s", but if the "_ ⇒ A" happened to use an SY it didn't. this will still happen if a wrong SY sneaks in but the alternative is re-traversing the term over and over every time whnf runs
7 lines
212 B
Idris
7 lines
212 B
Idris
module Quox.Syntax.Term
|
|
|
|
import public Quox.Syntax.Term.Base
|
|
import public Quox.Syntax.Term.Split
|
|
import public Quox.Syntax.Term.Subst
|
|
import public Quox.Syntax.Term.Pretty
|
|
import public Quox.Syntax.Term.Tighten
|