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

218 B

scratch/main> delete foo
foo = 1
structural type Foo = Foo ()
scratch/main> add
scratch/main> delete foo
scratch/main> delete.type Foo
scratch/main> delete.term Foo.Foo