Unicode #
Support for Unicode Regular Expressions Level 1
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Instances For
has c
the word property
Equations
Instances For
has c
the general category
Equations
- Unicode.isCharOfGeneralCategory category c = Unicode.isCharInIntervals c (Unicode.rangesOfGeneralCategory category)
Instances For
get ranges of case folds of char
Equations
- One or more equations did not get rendered due to their size.
Instances For
get ranges of case folds of chars in range
Equations
- Unicode.case_fold_range r = Array.flatMap (fun (c : Char) => Unicode.case_fold_char c) (Unicode.loop r.fst 0 ↑(r.snd.val - r.fst.val).val #[] Unicode.case_fold_range.proof_1 ⋯)