Turn on -preview=markdown

This commit is contained in:
David Gileadi 2019-07-04 10:13:00 -07:00
parent 83505b04ca
commit 775bcdee51
14 changed files with 306 additions and 306 deletions

View file

@ -1751,8 +1751,8 @@ expression.
`choices` needs to be composed of pairs of test expressions and return
expressions. Each test-expression is compared with `switchExpression` using
`pred`(`switchExpression` is the first argument) and if that yields true
- the return expression is returned.
`pred`(`switchExpression` is the first argument) and if that yields true -
the return expression is returned.
Both the test and the return expressions are lazily evaluated.