15621610e9
This commit also fixes bugs in the Alias command. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
16 lines
No EOL
360 B
Text
16 lines
No EOL
360 B
Text
Push
|
||
Variable Natural : Type.
|
||
Alias ℕℕ : Natural.
|
||
Variable x : Natural.
|
||
Show Environment 1.
|
||
SetOption pp::unicode false.
|
||
Show Environment 1.
|
||
SetOption pp::unicode true.
|
||
Show Environment 1.
|
||
Alias NN : Natural.
|
||
Show Environment 2.
|
||
Alias ℕℕℕ : Natural.
|
||
Show Environment 3.
|
||
SetOption pp::unicode false.
|
||
Show Environment 3.
|
||
Pop |