1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00

Merge branch 'master' into document-adding-new-langs

This commit is contained in:
Patrick Thomson 2019-06-14 08:22:48 -04:00 committed by GitHub
commit cbf59c82c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{-# LANGUAGE ApplicativeDo, RankNTypes #-}
{-# LANGUAGE ApplicativeDo #-}
module Semantic.CLI (main) where
import Control.Exception as Exc (displayException)