Dependent function type with a named binder.
Summary
Types
@type t() :: %Theoria.Syntax.Forall{ body: Theoria.Syntax.t(), domain: Theoria.Syntax.t(), name: atom() }
Dependent function type with a named binder.
@type t() :: %Theoria.Syntax.Forall{ body: Theoria.Syntax.t(), domain: Theoria.Syntax.t(), name: atom() }