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

232 B

Tests that functions named . are rendered correctly.

scratch/main> builtins.merge
(`.`) f g x = f (g x)

use Boolean not

noop = not `.` not
scratch/main> add
scratch/main> view noop