move NDefinition to Quox.Definition and add an untyped one
This commit is contained in:
parent
2cafb35bc1
commit
103f019dbd
3 changed files with 9 additions and 6 deletions
|
@ -93,6 +93,10 @@ public export
|
|||
0 Definitions : Type
|
||||
Definitions = SortedMap Name Definition
|
||||
|
||||
public export
|
||||
0 NDefinition : Type
|
||||
NDefinition = (Name, Definition)
|
||||
|
||||
|
||||
export covering
|
||||
prettyTerm : {opts : LayoutOpts} -> BContext n ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue