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

101 B

scratch/main> builtins.merge
foo = 
  _ = 1
  _ = 22
  42

> foo + 20