mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
290 B
290 B
scratch/main> builtins.mergeio
test> foo : [Test.Result]
foo = []
Apparently when we add a test watch, we add a type annotation to it, even if it already has one. We don't want this to happen though!
scratch/main> add
scratch/main> view foo