Dario Teixeira
Dario Teixeira
Consider the following toplevel session: ``` # let rex = Re.(compile (alt [char '\n'; str "\r\n"]));; val rex : Re.re = # Re.split rex "hello\n\nworld";; - : string list =...
Mind you, this is not a feature that I think is essential nor even important. It's just an idea for getting around the problem that Eliom6 does not enforce at...
I've started playing a bit with the upcoming Eliom6. Since bikeshedding season is officially open, here are some initial thoughts on the API (more to come later): - The variants...
Tyxml's phantom-type trickery prevents a form from being the child of another form: ``` # Html5.M.(form [form []]);; Error: This expression has type ([> Html5_types.form ] as 'a) Html5.M.elt but...
I think the documentation about precedence of the various regexp operators is missing. For instance, does `Star r1, r2` parse as `Star (r1, r2)` or `(Star r1), r2`?
Type `result` has been part of Pervasives since 4.03.0.
The good news is that the abandonment of module packs and adoption of a flat hierarchy means that OCamldoc can now be used to generate the API documentation. The bad...
Presently, two different specifications fall under the _style parameters_ umbrella: attaching an arbitrary classname to an element, and configuration using element-specific named parameters of the form `key=value`. The presence of...
It would be useful if core Lambdoc and all its readers would support special links formed by a sigil such as @ or # preceding a word. Consider for instance...