https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 7d3e818caa68b1e2456f4ec140261a0a890a6948 authored by François Dupressoir on 22 July 2022, 14:34:38 UTC
workflow to compile with nix
Tip revision: 7d3e818
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