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