package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (>>=) : 'a tactic -> ('a -> 'b tactic) -> 'b tactic
val (<*>) : unit tactic -> 'a tactic -> 'a tactic
val (<+>) : 'a tactic -> 'a tactic -> 'a tactic

tclOR: t1+t2 = tclOR t1 (fun _ -> t2).

OCaml

Innovation. Community. Security.