1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

When fixtures with old term assignment

This commit is contained in:
Timothy Clem 2017-07-25 13:54:09 -07:00
parent 0ac5ffe525
commit b52972b587
2 changed files with 15 additions and 25 deletions

View File

@ -1,10 +1,6 @@
(Program
(Match
(Case
(Identifier)
(
(Pattern
(
(Identifier))
(
([])))
([]))))
(When
(Args
(Identifier)))))

View File

@ -1,20 +1,14 @@
(Program
(Match
(Case
(Identifier)
(
(Pattern
(
(When
(Args
(Identifier))
(Identifier)
(When
(Args
(Identifier))
(
(
(Identifier))
(Pattern
(
(Identifier)
(Identifier))
(
(
(Identifier))
([])))
([])))
([]))))
(Args
(Identifier))
(Else
(Identifier))))))