mirror of
https://github.com/github/semantic.git
synced 2025-01-04 21:47:07 +03:00
Args docs
This commit is contained in:
parent
e56b8268f1
commit
c839aace33
@ -29,5 +29,7 @@ data Syntax
|
|||||||
-- | A method call consisting of its target, the method name, and the parameters passed to the method.
|
-- | A method call consisting of its target, the method name, and the parameters passed to the method.
|
||||||
-- | e.g. in Javascript console.log('hello') represents a method call.
|
-- | e.g. in Javascript console.log('hello') represents a method call.
|
||||||
| MethodCall { targetId :: f, methodId :: f, methodParams :: f }
|
| MethodCall { targetId :: f, methodId :: f, methodParams :: f }
|
||||||
|
-- | The list of arguments to a method call.
|
||||||
|
-- | TODO: It might be worth removing this and using Fixed instead.
|
||||||
| Args [f]
|
| Args [f]
|
||||||
deriving (Functor, Show, Eq, Foldable, Traversable)
|
deriving (Functor, Show, Eq, Foldable, Traversable)
|
||||||
|
Loading…
Reference in New Issue
Block a user