1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

love me some type applications

This commit is contained in:
Ayman Nadeem 2019-10-01 17:01:50 -04:00
parent 29d795b0be
commit d6750b6f57

View File

@ -1,5 +1,6 @@
{-# LANGUAGE ApplicativeDo #-}
module Semantic.CLI (main) where
{-# LANGUAGE TypeApplications #-}
import Control.Effect.Reader
import Control.Exception as Exc (displayException)