Add Church numerals

This commit is contained in:
Smaug123
2021-11-07 09:48:57 +00:00
parent 7f4ed2ec7e
commit b917beaeaf
3 changed files with 43 additions and 0 deletions

View File

@@ -156,6 +156,8 @@ open import Modules.PolynomialModule
open import Modules.Lemmas
open import Modules.DirectSum
open import Computability.LambdaCalculus.ChurchNumeral
open import ProjectEuler.Problem1
module Everything.Safe where