unison/unison-src/transcripts/transcript-parser-commands.output.md

963 B

Transcript parser operations

The transcript parser is meant to parse ucm and unison blocks.

x = 1

  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`:
    
      x : Nat

scratch/main> add

  ⍟ I've added these definitions:
  
    x : Nat

---
title: :scratch.u
---
z

scratch/main> delete foo

  ⚠️
  
  The following names were not found in the codebase. Check your spelling.
    foo

scratch/main> delete lineToken.call

  ⚠️
  
  The following names were not found in the codebase. Check your spelling.
    lineToken.call

However handling of blocks of other languages should be supported.


some python code


some C++ code


some cloud9 code