mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
docs
This commit is contained in:
parent
66fba5fbe8
commit
615871ac8f
@ -32,6 +32,8 @@ data Syntax
|
||||
-- | The list of arguments to a method call.
|
||||
-- | TODO: It might be worth removing this and using Fixed instead.
|
||||
| Args [f]
|
||||
-- | A variable declaration. e.g. var foo;
|
||||
| VarDecl f
|
||||
-- | A variable assignment in a variable declaration. var foo = bar;
|
||||
| VarAssignment { varId :: f, varValue :: f }
|
||||
deriving (Functor, Show, Eq, Foldable, Traversable)
|
||||
|
Loading…
Reference in New Issue
Block a user