Skip to content

Commit

Permalink
chore: add intf file for polyvar_pattern_match (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Oct 27, 2023
1 parent 1c4a872 commit 7c50aaf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jscomp/core/polyvar_pattern_match.mli
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

0 comments on commit 7c50aaf

Please sign in to comment.