Documentation

Std.Internal.Http.Internal.LowerCase

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
Instances For

    Proof that applying toLower to any string results in a string that satisfies the IsLowerCase predicate.