mirror of
https://github.com/github/semantic.git
synced 2025-01-01 11:46:14 +03:00
Hide the Delete typeclass.
This commit is contained in:
parent
a3d4ea1140
commit
531e9892ba
@ -6,7 +6,7 @@ import Data.Abstract.Number (liftIntegralFrac, liftReal, liftedExponent, liftedF
|
|||||||
import Data.Fixed
|
import Data.Fixed
|
||||||
import Data.JSON.Fields
|
import Data.JSON.Fields
|
||||||
import Diffing.Algorithm
|
import Diffing.Algorithm
|
||||||
import Prologue hiding (index)
|
import Prologue hiding (index, Delete)
|
||||||
|
|
||||||
-- | Typical prefix function application, like `f(x)` in many languages, or `f x` in Haskell.
|
-- | Typical prefix function application, like `f(x)` in many languages, or `f x` in Haskell.
|
||||||
data Call a = Call { callContext :: ![a], callFunction :: !a, callParams :: ![a], callBlock :: !a }
|
data Call a = Call { callContext :: ![a], callFunction :: !a, callParams :: ![a], callBlock :: !a }
|
||||||
|
Loading…
Reference in New Issue
Block a user