Source file bool0.ml

1
2
3
4
5
6
7
external select
  :  bool
  -> ('a[@local_opt])
  -> ('a[@local_opt])
  -> ('a[@local_opt])
  = "caml_csel_value"
[@@noalloc] [@@no_effects] [@@no_coeffects] [@@builtin]