https://github.com/EasyCrypt/easycrypt
Revision b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC, committed by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
1 parent edc1072
Raw File
Tip revision: b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
small progress
Tip revision: b93b1f8
ecTransMatching.mli
(* -------------------------------------------------------------------- *)
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