add \langle and \rangle

closes PR 14976
This commit is contained in:
Robby Findler 2015-02-12 11:22:10 -06:00
parent ff6b409f28
commit 4140c530d6

View File

@ -189,7 +189,10 @@
("vdots" "") ("vdots" "")
("ddots" "") ("ddots" "")
("cdots" "") ("cdots" "")
("hdots" ""))) ("hdots" "")
("langle" "")
("rangle" "")))
(module+ test (module+ test
(require racket/match) (require racket/match)