unison/unison-src/transcripts-using-base/fix3939.output.md
2024-06-25 11:11:07 -07:00

536 B

{{
A simple doc.
}}
meh = 9

  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`:
    
      meh     : Nat
      meh.doc : Doc2

scratch/main> add

  ⍟ I've added these definitions:
  
    meh     : Nat
    meh.doc : Doc2

scratch/main> find meh

  1. meh : Nat
  2. meh.doc : Doc2
  

scratch/main> docs 1

  A simple doc.