mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Revert "Derive Functor, Foldable, and Traversable using pragmas."
This reverts commit 949f9cab01bc57b892e8b33dc244846c7cf05004.
This commit is contained in:
parent
1d6e5f41d8
commit
423858ef41
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable #-}
|
||||
module Diff where
|
||||
|
||||
import Syntax
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable, FlexibleInstances #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
module Line where
|
||||
|
||||
import qualified Data.Foldable as Foldable
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor #-}
|
||||
module Operation where
|
||||
|
||||
import Diff
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable, DeriveTraversable #-}
|
||||
module OrderedMap (
|
||||
OrderedMap
|
||||
, fromList
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor #-}
|
||||
module Patch where
|
||||
|
||||
data Patch a =
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor #-}
|
||||
module Row where
|
||||
|
||||
import Line
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable, DeriveTraversable #-}
|
||||
|
||||
module Source where
|
||||
|
||||
import Range
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable, DeriveTraversable #-}
|
||||
module Syntax where
|
||||
|
||||
import OrderedMap
|
||||
|
Loading…
Reference in New Issue
Block a user