aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/Init.v
blob: beeb74589913ca730cd432abacb079a5762390e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

(* Initialization code for typeclasses, setting up the default tactic 
   for instance search.

   Author: Matthieu Sozeau
   Institution: LRI, CNRS UMR 8623 - UniversitÃcopyright Paris Sud
   91405 Orsay, France *)

(* $Id: Init.v 616 2007-08-08 12:28:10Z msozeau $ *)

(* Ltac typeclass_instantiation := typeclasses eauto || eauto. *)