mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
remove type' for now
This commit is contained in:
parent
ef4bf8a0cd
commit
d7798d5fc8
@ -352,7 +352,7 @@ type' = choice [
|
||||
, identifier
|
||||
, generic
|
||||
]
|
||||
where array type' = foldl (\into each -> makeTerm1 (Type.Array (Just each) into)) type'
|
||||
where array = foldl (\into each -> makeTerm1 (Type.Array (Just each) into))
|
||||
|
||||
if' :: Assignment
|
||||
if' = makeTerm <$> symbol IfThenElseStatement <*> children (Statement.If <$> term expression <*> term expression <*> (term expression <|> emptyTerm))
|
||||
|
Loading…
Reference in New Issue
Block a user