Basic facts about Thunk. #
@[implicit_reducible]
The Cartesian product of two thunks.
Instances For
@[simp]
theorem
Thunk.prod_get_fst
{α : Type u}
{β : Type v}
{a : Thunk α}
{b : Thunk β}
:
(a.prod b).get.1 = a.get
@[simp]
theorem
Thunk.prod_get_snd
{α : Type u}
{β : Type v}
{a : Thunk α}
{b : Thunk β}
:
(a.prod b).get.2 = b.get
The sum of two thunks.
Instances For
@[implicit_reducible]
@[simp]