Skip to content

Commit

Permalink
Pass ddecls in when creating a SInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 9, 2024
1 parent 5fe3ddb commit 8803e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refinements/SInfo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ SInfo >> symbolEnv [
"BOGUS. We are implementing as little as we can get away with, for now."
xts := self symbolSorts "++ alits".
sEnv := SEnv newFromAssociations: xts. "++ theorySymbols ddecls tsSort"
^SymEnv xEnv: sEnv fEnv: #bogus ds: #bogus ls: #bogus ts: #bogus
^SymEnv xEnv: sEnv fEnv: #bogus ds: ddecls ls: #bogus ts: #bogus
]

{ #category : #'as yet unclassified' }
Expand Down

0 comments on commit 8803e6b

Please sign in to comment.