mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
I committed it even when I said I wouldn't 😆
This commit is contained in:
parent
0283e7c574
commit
f05a991b88
@ -58,14 +58,6 @@ instance ToJSON ParseNode where
|
||||
<> [ "identifier" .= identifier' | isJust identifier' ]
|
||||
<> [ "children" .= children' | isJust children' ]
|
||||
|
||||
-- ($) :: (a -> b) -> a -> b
|
||||
-- (<$>) :: (a -> b) -> f a -> f b
|
||||
-- (=<<) :: (a -> m b) -> m a -> m b
|
||||
--
|
||||
-- liftA, liftA2, liftM,
|
||||
--
|
||||
-- (.) :: (b -> c) -> (a -> b) -> (a -> c)
|
||||
-- (<=<) :: (b -> m c) -> (a -> m b) -> (a -> m c)
|
||||
|
||||
parseSExpression :: Arguments -> IO ByteString
|
||||
parseSExpression =
|
||||
|
Loading…
Reference in New Issue
Block a user