unison/unison-src/transcripts/fix1926.output.md
2024-06-25 11:11:07 -07:00

910 B

scratch/main> builtins.merge

  Done.

> 'sq

sq = 2934892384

  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`:
    
      sq : Nat
  
  Now evaluating any watch expressions (lines starting with
  `>`)... Ctrl+C cancels.

    1 | > 'sq
          ⧩
          do sq

> 'sq

sq = 2934892384

  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`:
    
      sq : Nat
  
  Now evaluating any watch expressions (lines starting with
  `>`)... Ctrl+C cancels.

    1 | > 'sq
          ⧩
          do sq