pith. machine review for the scientific record. sign in
def

assessmentTypesCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Education.AssessmentTypesFromConfigDim
domain
Education
line
31 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Education.AssessmentTypesFromConfigDim on GitHub at line 31.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  28structure AssessmentTypesCert where
  29  five_types : Fintype.card AssessmentType = 5
  30
  31def assessmentTypesCert : AssessmentTypesCert where
  32  five_types := assessmentType_count
  33
  34end IndisputableMonolith.Education.AssessmentTypesFromConfigDim