swh:1:snp:04e159a4411e97cbe416dcf21d082639f654120b
Raw File
Tip revision: df363b1590c38827b65f8387f542a86d55297698 authored by Benjamin Gregoire on 18 August 2021, 15:39:11 UTC
cleanup the QMAC exemple
Tip revision: df363b1
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