unison/unison-src/transcripts/delete-silent.output.md

359 B

.> delete foo

  ⚠️
  
  The following names were not found in the codebase. Check your spelling.
    foo

foo = 1
structural type Foo = Foo ()
.> add

  ⍟ I've added these definitions:
  
    structural type Foo
    foo : ##Nat

.> delete foo

  Done.

.> delete.type Foo

  Done.

.> delete.term Foo.Foo

  Done.