1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Clean up the dead evaluator’s LANGUAGE pragmas.

This commit is contained in:
Rob Rix 2017-11-30 19:58:44 -05:00
parent 9cfad1d275
commit 1543a019f2

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, ScopedTypeVariables, TypeApplications, TypeOperators #-}
{-# LANGUAGE DataKinds, ScopedTypeVariables, TypeApplications #-}
module Analysis.Abstract.Dead where
import Control.Effect