LowerCase #
This module provides predicates and normalization functions for handling ASCII case-insensitivity. It includes proofs of idempotency for lowercase transformations, as well as utilities for validating the lowercase state of a String.
Predicate asserting that a string is in lowercase form.
Equations
- Std.Http.Internal.IsLowerCase s = (s.toLower = s)
Instances For
@[implicit_reducible]
Proof that applying toLower to any string results in a string that satisfies the IsLowerCase
predicate.