Replies: 2 comments
-
You can define whatever you want in the Memory module and specify them in the MEMORY module type. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Implementing
filter
insemantics.ml
, I guess that we need a way to iterate/fold the memory, since it's Map.However, with given modules (
module Memory = Memory
,module Value = Memory.Value
), we can't directly access themodule M = Map.Make (Variable)
inmodule Memory
ofdomain.ml
, so I'm not able to use any functions related to Map.Is there any way to access this Map(
M
) somehow, or am I approaching in weird way?Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions