View Source TypeCheck.DefaultOverrides.Regex (TypeCheck v0.13.7)

Summary

Types

t()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Types

@type t() :: %Regex{
  opts: binary(),
  re_pattern: term(),
  re_version: term(),
  source: binary()
}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

t() :: wrap_with_gen(
  %Regex{opts: binary(), re_pattern: term(), re_version: term(), source: binary()},
  &TypeCheck.DefaultOverrides.Regex.regex_gen/0
)

Functions