thy_ssfrag : string -> simpLib.ssfrag
STRUCTURE
BasicProvers
SYNOPSIS
Returns simplifier fragment for a theory
DESCRIPTION
Returns the simpset fragment recorded for the given theory. This consists of the rewrites passed to
export_rewrites
.
FAILURE
Fails if the theory was not found, or did not export any theorems.
SEEALSO
export_rewrites
HOL
Kananaskis-14