litter icon indicating copy to clipboard operation
litter copied to clipboard

Include type name in aliased primitives

Open atombender opened this issue 7 years ago • 0 comments

Example:

type BooleanLiteral = bool
...

litter.Dump(BooleanLiteral(true))

Prints true, instead of BooleanLiteral(true).

atombender avatar Mar 31 '17 20:03 atombender