Emacs

Standard ML のコードをリアルタイムにチェックする (Emacs + Flycheck + MLton)

必要なもの Emacs Flycheck MLton 手順 init.el に以下のように書いておく。 (require 'flycheck) (flycheck-define-checker mlton "Standard ML type and syntax checking with mlton compiler. See URL 'http://mlton.org" :command ("mlton" "-stop" "tc"…