UniMath icon indicating copy to clipboard operation
UniMath copied to clipboard

useful notations

Open DanGrayson opened this issue 8 years ago • 0 comments

Notation such as

Local Notation "[]" := nil (at level 0, format "[]").
Local Infix "::" := cons.

in Lists.v should be made non-local and put into a scope so when the file Lists is imported and the scope is opened, the importing file has access to the notation.

The level declaration should be moved to Foundations/Init.v.

DanGrayson avatar Jan 23 '18 12:01 DanGrayson