Revision a014668fc58ef18762ceb5351f36c73fba1338a4 authored by Pierre-Yves Strub on 08 April 2021, 13:14:10 UTC, committed by Pierre-Yves Strub on 08 April 2021, 13:14:10 UTC
1 parent 0a6485a
Raw File
ecPhlSp.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 EcCoreGoal.FApi

(* -------------------------------------------------------------------- *)
val t_sp : (codepos1 doption) option -> backward
back to top