swh:1:snp:04e159a4411e97cbe416dcf21d082639f654120b
Raw File
Tip revision: bd8615e510babc4f8ccf5428461e294e9b8d557f authored by Pierre-Yves Strub on 13 January 2021, 15:01:12 UTC
Tip revision: bd8615e
ecTransMatching.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2018 - Inria
 * Copyright (c) - 2012--2018 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
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