some pretty printing tests
This commit is contained in:
parent
6dc7177be5
commit
f5fa63a6df
5 changed files with 163 additions and 5 deletions
|
@ -16,7 +16,7 @@ commas (x::xs) = (x <+> hl Delim ",") :: commas xs
|
|||
|
||||
private %inline
|
||||
blobD : Pretty.HasEnv m => m (Doc HL)
|
||||
blobD = hlF Delim $ ifUnicode "·" "@"
|
||||
blobD = hlF Delim $ ifUnicode "·" "%"
|
||||
|
||||
export %inline
|
||||
prettyQtyBinds : Pretty.HasEnv m => PrettyHL q => PrettyHL a =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue