4364b7f926
Remark: there is one exception (command: print definition). For this command pp.beta is still false.
7 lines
445 B
Text
7 lines
445 B
Text
prelude set_option pp.beta false check λ {A : Type.{1}} (B : Type.{1}) (a : A) (b : B), a
|
|
check λ {A : Type.{1}} {B : Type.{1}} (a : A) (b : B), a
|
|
check λ (A : Type.{1}) {B : Type.{1}} (a : A) (b : B), a
|
|
check λ (A : Type.{1}) (B : Type.{1}) (a : A) (b : B), a
|
|
check λ [A : Type.{1}] (B : Type.{1}) (a : A) (b : B), a
|
|
check λ {{A : Type.{1}}} {B : Type.{1}} (a : A) (b : B), a
|
|
check λ {{A : Type.{1}}} {{B : Type.{1}}} (a : A) (b : B), a
|