author | wenzelm |
Tue, 29 Dec 2015 23:40:04 +0100 | |
changeset 61971 | 720fa884656e |
parent 61970 | 6226261144d7 |
child 61972 | a70b89a3e02e |
permissions | -rw-r--r-- |
61961 | 1 |
(* additional abbreviations for syntactic completion *) |
2 |
||
3 |
(*prevent replacement of very long arrows*) |
|
61968
e13e70f32407
avoid immediate completion as ASCII versions that are still used;
wenzelm
parents:
61963
diff
changeset
|
4 |
"--->" = "--->" |
e13e70f32407
avoid immediate completion as ASCII versions that are still used;
wenzelm
parents:
61963
diff
changeset
|
5 |
"---->" = "---->" |
61963 | 6 |
"----->" = "----->" |
61961 | 7 |
"===>" = "===>" |
61970 | 8 |
|
9 |
(*HOL-NSA*) |
|
10 |
"---->" = "\<longlonglongrightarrow>\<^sub>N\<^sub>S" |
|
61971 | 11 |
"---->" = "\<midarrow>\<rightarrow>\<^sub>N\<^sub>S" |