123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566(**************************************************************************)(* Bitwuzla: Satisfiability Modulo Theories (SMT) solver. *)(* *)(* Copyright (C) 2023 by the authors listed in the AUTHORS file at *)(* https://github.com/bitwuzla/bitwuzla/blob/main/AUTHORS *)(* *)(* This file is part of Bitwuzla under the MIT license. *)(* See COPYING for more information at *)(* https://github.com/bitwuzla/bitwuzla/blob/main/COPYING *)(**************************************************************************)typetexternalid:t->(int64[@unboxed])="ocaml_bitwuzla_cxx_sort_id""native_bitwuzla_cxx_sort_id"externalcompare:t->t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_compare""native_bitwuzla_cxx_sort_compare"externalequal:t->t->bool="ocaml_bitwuzla_cxx_sort_equal"externalhash:t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_hash""native_bitwuzla_cxx_sort_hash"externalbv_size:t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_bv_size""native_bitwuzla_cxx_sort_bv_size"externalfp_exp_size:t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_fp_exp_size""native_bitwuzla_cxx_sort_fp_exp_size"externalfp_sig_size:t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_fp_sig_size""native_bitwuzla_cxx_sort_fp_sig_size"externalarray_index:t->t="ocaml_bitwuzla_cxx_sort_array_index"externalarray_element:t->t="ocaml_bitwuzla_cxx_sort_array_element"externalfun_domain:t->tarray="ocaml_bitwuzla_cxx_sort_fun_domain"externalfun_codomain:t->t="ocaml_bitwuzla_cxx_sort_fun_codomain"externalfun_arity:t->(int[@untagged])="ocaml_bitwuzla_cxx_sort_fun_arity""native_bitwuzla_cxx_sort_fun_arity"externaluninterpreted_symbol:t->string="ocaml_bitwuzla_cxx_sort_uninterpreted_symbol"externalis_array:t->bool="ocaml_bitwuzla_cxx_sort_is_array"[@@noalloc]externalis_bool:t->bool="ocaml_bitwuzla_cxx_sort_is_bool"[@@noalloc]externalis_bv:t->bool="ocaml_bitwuzla_cxx_sort_is_bv"[@@noalloc]externalis_fp:t->bool="ocaml_bitwuzla_cxx_sort_is_fp"[@@noalloc]externalis_fun:t->bool="ocaml_bitwuzla_cxx_sort_is_fun"[@@noalloc]externalis_rm:t->bool="ocaml_bitwuzla_cxx_sort_is_rm"[@@noalloc]externalis_uninterpreted:t->bool="ocaml_bitwuzla_cxx_sort_is_uninterpreted"[@@noalloc]externalto_string:t->string="ocaml_bitwuzla_cxx_sort_to_string"externalpp:Format.formatter->t->unit="ocaml_bitwuzla_cxx_sort_pp"