export PushSubsts, oops
This commit is contained in:
parent
b1eefb0f4d
commit
ea674503c0
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ public export
|
||||||
0 CloTest : TermLike -> Type
|
0 CloTest : TermLike -> Type
|
||||||
CloTest tm = forall d, n. tm d n -> Bool
|
CloTest tm = forall d, n. tm d n -> Bool
|
||||||
|
|
||||||
|
public export
|
||||||
interface PushSubsts (0 tm : TermLike) (0 isClo : CloTest tm) | tm where
|
interface PushSubsts (0 tm : TermLike) (0 isClo : CloTest tm) | tm where
|
||||||
pushSubstsWith : DSubst d1 d2 -> TSubst d2 n1 n2 ->
|
pushSubstsWith : DSubst d1 d2 -> TSubst d2 n1 n2 ->
|
||||||
tm d1 n1 -> Subset (tm d2 n2) (No . isClo)
|
tm d1 n1 -> Subset (tm d2 n2) (No . isClo)
|
||||||
|
|
Loading…
Reference in a new issue