1
1
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:
Ayman Nadeem 2018-06-01 11:39:09 -07:00
parent ef4bf8a0cd
commit d7798d5fc8

View File

@ -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))