https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: e95277e866c97766cd9b3fe9179e8249b5bfb44b authored by Pierre-Yves Strub on 05 September 2023, 13:35:12 UTC
multivariate polynomials type
Tip revision: e95277e
ecTransMatching.mli
(* -------------------------------------------------------------------- *)
open EcParsetree
open EcMatching


(* -------------------------------------------------------------------- *)
val default_start_name : string
val default_end_name   : string
val default_name       : string

(* -------------------------------------------------------------------- *)
val trans_stmt : pim_regexp -> regexp_instr

val trans_block : pim_block -> regexp_instr
back to top