DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / math / syntax-01.typ
12345678
// Test a few shorthands. $ underline(f' : NN -> RR) \ n |-> cases( [|1|] &"if" n >>> 10, 2 * 3 &"if" n != 5, 1 - 0 thick &..., ) $