Browse thread
How do apply functors with module constraints?
-
Alan Falloon
- Julien Moutinho
- Nicolas Pouillard
-
Andreas Rossberg
- Alan Falloon
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alan Falloon <alan.falloon@m...> |
| Subject: | Re: How do apply functors with module constraints? |
Thanks for all the responses. I had a mistake with my mental model of modules, I was treating the 'with' statement as a declaration to aid type checking instead of seeing it as syntax for deriving a new signature (that didn't match in my case) from an existing one. I have started using the style Julien suggested for my code. Again, thanks for the help.