package coq

  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