Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0b86f91

Browse files
committed
Clean up some language extensions.
1 parent e9853c1 commit 0b86f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

semantic-core/src/Analysis/ImportGraph.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE FlexibleContexts, OverloadedStrings, RankNTypes, RecordWildCards, TypeApplications, TypeOperators #-}
1+
{-# LANGUAGE FlexibleContexts, RankNTypes, RecordWildCards, TypeApplications #-}
22
module Analysis.ImportGraph
33
( ImportGraph
44
, importGraph

semantic-core/src/Analysis/Typecheck.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, OverloadedStrings, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators #-}
1+
{-# LANGUAGE DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators #-}
22
module Analysis.Typecheck
33
( Monotype (..)
44
, Meta

0 commit comments

Comments
 (0)