package coq-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Proofview.NotationsSource

Sourceval (>>=) : 'a tactic -> ('a -> 'b tactic) -> 'b tactic
Sourceval (<*>) : unit tactic -> 'a tactic -> 'a tactic
Sourceval (<+>) : 'a tactic -> 'a tactic -> 'a tactic

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

OCaml

Innovation. Community. Security.