-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add intf file for polyvar_pattern_match (#842)
- Loading branch information
1 parent
1c4a872
commit 7c50aaf
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
val make_test_sequence_variant_constant : | ||
Lambda.lambda option -> | ||
Lambda.lambda -> | ||
(int * (string * Lambda.lambda)) list -> | ||
Lambda.lambda | ||
|
||
val call_switcher_variant_constant : | ||
Lambda.scoped_location -> | ||
Lambda.lambda option -> | ||
Lambda.lambda -> | ||
(int * (string * Lambda.lambda)) list -> | ||
Lambda.switch_names option -> | ||
Lambda.lambda | ||
|
||
val call_switcher_variant_constr : | ||
Lambda.scoped_location -> | ||
Lambda.lambda option -> | ||
Lambda.lambda -> | ||
(int * (string * Lambda.lambda)) list -> | ||
Lambda.switch_names option -> | ||
Lambda.lambda |