Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions haskell-indentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ the current buffer."
("←" . "<-") ;; #x2190 LEFTWARDS ARROW
("⇒" . "=>") ;; #x21D2 RIGHTWARDS DOUBLE ARROW
("∀" . "forall") ;; #x2200 FOR ALL
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
("" . "-<") ;; #x2919 LEFTWARDS ARROW-TAIL
("" . ">-") ;; #x291A RIGHTWARDS ARROW-TAIL
("⤛" . "-<<") ;; #x291B LEFTWARDS DOUBLE ARROW-TAIL
("⤜" . ">>-") ;; #x291C RIGHTWARDS DOUBLE ARROW-TAIL
("★" . "*")) ;; #x2605 BLACK STAR
Expand Down