unison icon indicating copy to clipboard operation
unison copied to clipboard

delete.type autocompletion skips over types

Open ceedubs opened this issue 2 years ago • 1 comments

Add a type like unique type Foo = Foo Nat and then in ucm type delete.type Fo<TAB>. It completes to delete.type Foo. and if you hit enter it displays the curious message I don't know how to parse.

Instead it should autocomplete to delete.type Foo.

Separately that error message should probably be fixed.

ceedubs avatar Jul 11 '23 18:07 ceedubs