move NDefinition to Quox.Definition and add an untyped one

This commit is contained in:
rhiannon morris 2023-11-27 07:37:38 +01:00
parent 2cafb35bc1
commit 103f019dbd
3 changed files with 9 additions and 6 deletions

View file

@ -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 ->