unison/unison-src/transcripts/fix1063.md
2023-02-10 22:51:45 -05:00

195 B

Tests that functions named . are rendered correctly.

.> builtins.merge
(.) f g x = f (g x)

use Boolean not

noop = not . not
.> add
.> view noop