--- license: other task_categories: - text-generation - feature-extraction language: - en tags: - theorem-proving - formal-methods - redprl - cubical-type-theory - computational-type-theory size_categories: - 10K `(-> ty/a ty/b) , idn = lam ty/a x => `x , cmp = lam ty/a ty/b ty/a f g x => use f [use g [`x]] , idn/l = lam _ _ _ => auto , idn/r = lam _ _ _ => auto , assoc = lam _ _ _ _ _ _ _ => auto } }. ``` - type: theorem | symbolic_name: `Test` | example/category.prl:33 ## Use Each declaration is split into a `statement` (signature/claim) and a `proof` (body) that are disjoint and together form the complete declaration, for proof modeling, autoformalization, retrieval, and dependency analysis via `deps`. ## Citation ```bibtex @misc{redprl_dataset, title = {RedPRL}, author = {Norton, Charles}, year = {2026}, note = {Extracted from https://github.com/RedPRL/sml-redprl, commit c72190de76f7}, url = {https://huggingface.co/datasets/phanerozoic/RedPRL} } ```