Skip to content

Commit

Permalink
feat: port Computability.Partrec (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Komyyy committed May 8, 2023
1 parent 296aaf3 commit da8157c
Show file tree
Hide file tree
Showing 2 changed files with 868 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -735,6 +735,7 @@ import Mathlib.Computability.Encoding
import Mathlib.Computability.EpsilonNFA
import Mathlib.Computability.Language
import Mathlib.Computability.NFA
import Mathlib.Computability.Partrec
import Mathlib.Computability.Primrec
import Mathlib.Computability.RegularExpressions
import Mathlib.Computability.TMComputable
Expand Down

0 comments on commit da8157c

Please sign in to comment.