unison/unison-src/transcripts/constructor-applied-to-unit.output.md
Greg Pfeil 0031542faf
Add a space before code block info strings
This is for consistency with the `cmark` style. Now the blocks we still
pretty-print ourselves will match the bulk of them that `cmark`
produces.
2024-07-10 13:56:07 -06:00

1.1 KiB

structural type Zoink a b c = Zoink a b c

> Any ()
> [ Zoink [0,1,2,3,4,5] [6,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,3] () ]

  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`:
    
      structural type Zoink a b c
  
  Now evaluating any watch expressions (lines starting with
  `>`)... Ctrl+C cancels.

    3 | > Any ()
          ⧩
          Any ()
  
    4 | > [ Zoink [0,1,2,3,4,5] [6,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,3] () ]
          ⧩
          [ Zoink
              [0, 1, 2, 3, 4, 5]
              [ 6
              , 3
              , 3
              , 3
              , 3
              , 3
              , 3
              , 3
              , 3
              , 3
              , 3
              , 4
              , 4
              , 4
              , 4
              , 4
              , 4
              , 4
              , 4
              , 4
              , 3
              ]
              ()
          ]