erasure to untyped syntax
This commit is contained in:
parent
0b7bd0ef46
commit
428397f42b
3 changed files with 453 additions and 2 deletions
|
@ -73,7 +73,7 @@ namespace TContext
|
|||
zeroFor : Context tm n -> QOutput n
|
||||
zeroFor ctx = Zero <$ ctx
|
||||
|
||||
private
|
||||
public export
|
||||
extendLen : Telescope a n1 n2 -> Singleton n1 -> Singleton n2
|
||||
extendLen [<] x = x
|
||||
extendLen (tel :< _) x = [|S $ extendLen tel x|]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue