package rocq-runtime
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Rocq Prover -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      rocq-9.1.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
    
    
  doc/rocq-runtime.tactics/Class_tactics/index.html
Module Class_tacticsSource
This files implements typeclasses eauto
Source
val typeclasses_eauto : 
  ?only_classes:bool ->
  ?best_effort:bool ->
  ?st:TransparentState.t ->
  ?strategy:search_strategy ->
  depth:Int.t option ->
  Hints.hint_db_name list ->
  unit Proofview.tacticSource
val resolve_one_typeclass : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.types ->
  Evd.evar_map * EConstr.constrTries to find a solution for the given type. Raises Not_found it it fails.
Source
type solver = {solver : Environ.env -> Evd.evar_map -> depth:int option -> unique:bool -> best_effort:bool -> goals:Evar.t list -> bool * Evd.evar_map;
}A tc_solver is made of a solver and a condition telling when the the solver should be executed instead of Rocq's one
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >