swh:1:snp:c3d73d28c91356fca26fea391889fee4d070c980
Raw File
Tip revision: c597097ae8c5168a4b355c30b18cf975c502357b authored by Christian Doczkal on 21 July 2021, 15:11:37 UTC
reduction from "bad /\ !stop" to existence of good triple
Tip revision: c597097
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