unison/unison-src/transcripts/fix1421.output.md
Greg Pfeil 8416708a29
Add transcripts for fixed issues
This shows that this change fixes #1421, #2826, #5141, and #5168.
2024-07-10 14:01:35 -06:00

440 B

scratch/main> alias.type ##Nat Nat

  Done.

scratch/main> alias.term ##Nat.+ Nat.+

  Done.

unique type A = A Nat
unique type B = B Nat Nat

  Loading changes detected in scratch.u.

  I found and typechecked these definitions in scratch.u. If you
  do an `add` or `update`, here's how your codebase would
  change:
  
    ⍟ These new definitions are ok to `add`:
    
      type A
      type B