unison/unison-src/transcripts/fix2567.md
2022-08-17 11:40:01 -06:00

367 B

Regression test for https://github.com/unisonweb/unison/issues/2567

.> alias.type ##Nat .foo.bar.Nat
structural ability Foo where
  blah : Nat -> Nat
  zing.woot : Nat -> (Nat,Nat) -> Nat
.some.subnamespace> add
.some.subnamespace> alias.term Foo.zing.woot Foo.woot
.> view Foo
.somewhere> view .some.subnamespace.Foo