mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Clean up some language extensions.
This commit is contained in:
parent
e9853c1a3f
commit
0b86f913ee
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE FlexibleContexts, OverloadedStrings, RankNTypes, RecordWildCards, TypeApplications, TypeOperators #-}
|
||||
{-# LANGUAGE FlexibleContexts, RankNTypes, RecordWildCards, TypeApplications #-}
|
||||
module Analysis.ImportGraph
|
||||
( ImportGraph
|
||||
, importGraph
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, OverloadedStrings, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators #-}
|
||||
{-# LANGUAGE DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators #-}
|
||||
module Analysis.Typecheck
|
||||
( Monotype (..)
|
||||
, Meta
|
||||
|
Loading…
Reference in New Issue
Block a user