feat(lean-input.el): add some new notation

This commit is contained in:
Floris van Doorn 2014-10-08 21:35:54 -04:00 committed by Leonardo de Moura
parent abee75c5e9
commit 1612070350

View file

@ -319,6 +319,8 @@ order for the change to take effect."
;; Various operators/symbols.
("tr" . (""))
("sy" . ("⁻¹"))
("inv" . ("⁻¹"))
("-1" . ("⁻¹"))
("qed" . (""))
("x" . ("×"))
("o" . (""))
@ -337,6 +339,7 @@ order for the change to take effect."
("increment" . (""))
("inf" . (""))
("&" . (""))
("op" . ("ᵒᵖ"))
;; Circled operators.
@ -559,10 +562,23 @@ order for the change to take effect."
;; Types
("nat" . (""))
("Nat" . (""))
("N" . (""))
("int" . (""))
("Int" . (""))
("Z" . (""))
("rat" . (""))
("Rat" . (""))
("Q" . (""))
("real" . (""))
("Real" . (""))
("R" . (""))
("Com" . (""))
("com" . (""))
("C" . (""))
("A" . ("𝔸"))
("F" . ("𝔽"))
("H" . (""))
("K" . ("𝕂"))
;; Musical symbols.
@ -576,6 +592,7 @@ order for the change to take effect."
("en" . (""))
("em" . (""))
("^i" . (""))
("^o" . (""))
("!!" . (""))
("??" . (""))
("?!" . ("" ""))