File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- = Eliom's language extensions
1
+ = Eliom Camlp4 syntax extension
2
2
3
3
Eliom uses syntax extensions to make the development of client-server
4
4
applications easier.
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ let%client c = ~%s + 1
104
104
105
105
Here, the expression {{{1 + 2 }}} is evaluated and bound to variable
106
106
{{{s }}} on the server. The resulting value {{{3 }}} is transferred to
107
- the client together with the Web page, then the expression {{{~%s +
108
- 1}}} is computed client-side. An injection makes it possible to
107
+ the client together with the Web page, then the expression
108
+ {{{ ~%s + 1 }}} is computed client-side. An injection makes it possible to
109
109
access client-side a client fragment which has been specified on the
110
110
server:
111
111
You can’t perform that action at this time.
0 commit comments