unison/unison-src/transcripts/transcript-parser-commands.output.md
2020-04-08 14:25:19 -04:00

775 B

Transcript parser operations

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

x = 1

  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

.> add

  ⍟ I've added these definitions:
  
    x : Nat

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

.> delete foo

  ⚠️
  
  I don't know about that name.

.> delete lineToken.call

  ⚠️
  
  I don't know about that name.

However handling of blocks of other languages should be supported.


some python code


some C++ code


some cloud9 code