ocsigen / eliomlang

Runtime and tools for the eliom language
ISC License
9 stars 1 forks source link

Implement sections inside modules. #5

Closed Drup closed 7 years ago

Drup commented 8 years ago

There are two steps here:

If we ignore the typing difficulties related to functors (See https://github.com/Drup/eliomlang/issues/4), there is also a difficult for runtime execution. The number and content of sections must be static, in order to be synchronized between client and server. It could be possible to use fragments to implement those specific sections.

Drup commented 8 years ago

Done for "flat" modules. It will be forbidden inside functors for now.

Drup commented 7 years ago

Closing in favor of #17