unison/unison-src/transcripts/fix1063.md
2024-06-25 11:11:07 -07:00

20 lines
232 B
Markdown

Tests that functions named `.` are rendered correctly.
```ucm:hide
scratch/main> builtins.merge
```
``` unison
(`.`) f g x = f (g x)
use Boolean not
noop = not `.` not
```
``` ucm
scratch/main> add
scratch/main> view noop
```