Revision 9d08a76fb50773e0b6b1afad31f37dfb821fee75 authored by Benjamin Gregoire on 24 November 2022, 16:10:02 UTC, committed by Benjamin Gregoire on 24 November 2022, 16:10:02 UTC
1 parent 69c9c2e
Raw File
ecPhlAuto.mli
(* -------------------------------------------------------------------- *)
open EcSymbols
open EcCoreGoal.FApi

(* -------------------------------------------------------------------- *)
val t_exfalso     : backward
val t_phl_trivial : backward
val t_pl_trivial  : ?conv:[`Alpha | `Conv] -> ?bases:symbol list -> backward
val t_auto        : ?conv:[`Alpha | `Conv] -> backward
back to top