https://github.com/EasyCrypt/easycrypt
Revision 943b847475a55d975920eaf565ff158698e98ab7 authored by Benjamin Gregoire on 10 December 2019, 14:36:33 UTC, committed by Benjamin Gregoire on 10 December 2019, 14:36:33 UTC
2 parent s 3acf93f + 47c0851
Raw File
Tip revision: 943b847475a55d975920eaf565ff158698e98ab7 authored by Benjamin Gregoire on 10 December 2019, 14:36:33 UTC
Merge remote-tracking branch 'origin/1.0' into deploy-simple-stuff
Tip revision: 943b847
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