swh:1:snp:c3d73d28c91356fca26fea391889fee4d070c980
Raw File
Tip revision: 04b9a834a84e7e2b0fa1de2f4132a3a12ee119f1 authored by François Dupressoir on 11 February 2020, 18:27:33 UTC
fix examples after rebase
Tip revision: 04b9a83
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