7 lines
96 B
Text
7 lines
96 B
Text
variable (C : Type) [Inhabited C]
|
|
|
|
example : C := default
|
|
|
|
variable {C}
|
|
|
|
example : C := default
|