Skip to content

Commit

Permalink
Add type-environment type declaration to update-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walker authored and stylewarning committed Dec 8, 2024
1 parent 19965eb commit 548c63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typechecker/environment.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@
(source-name-environment (environment-source-name-environment env)))
(declare (type environment env)
(type value-environment value-environment)
(type type-environment type-environment)
(type constructor-environment constructor-environment)
(type struct-environment struct-environment)
(type class-environment class-environment)
Expand Down

0 comments on commit 548c63b

Please sign in to comment.