Type Alias Mono

Mono: readonly number[]

The underlying type used for monomorphic typeclass law tests. This means that, for example, if we are testing the Option datatype, the actual type used in the tests will be Option<Mono> ≡ Option<readonly number[]>.