-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete complex patterns with variants and poly variants.
And add a convoluted example of binding via variants.
- Loading branch information
1 parent
39fd21a
commit e67ed97
Showing
3 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Definition tests/src/Patterns.res 18:10 | ||
Definition tests/src/Patterns.res 20:10 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 3, "character": 7}, "end": {"line": 3, "character": 10}}} | ||
|
||
Definition tests/src/Patterns.res 23:11 | ||
Definition tests/src/Patterns.res 25:11 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 9, "character": 7}, "end": {"line": 9, "character": 11}}} | ||
|
||
Definition tests/src/Patterns.res 26:10 | ||
Definition tests/src/Patterns.res 28:11 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 11, "character": 7}, "end": {"line": 11, "character": 8}}} | ||
|
||
Definition tests/src/Patterns.res 29:10 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 13, "character": 7}, "end": {"line": 13, "character": 9}}} | ||
Definition tests/src/Patterns.res 31:11 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 15, "character": 9}, "end": {"line": 15, "character": 11}}} | ||
|
||
Definition tests/src/Patterns.res 32:10 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 15, "character": 11}, "end": {"line": 15, "character": 16}}} | ||
Definition tests/src/Patterns.res 34:11 | ||
{"uri": "Patterns.res", "range": {"start": {"line": 17, "character": 11}, "end": {"line": 17, "character": 16}}} | ||
|