Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting OCaml to F#: OCaml equivalent of F# spec, specifically initialization [closed]

In the process of converting the OCaml Format module to F# I find that I need to understand the initialization process in detail. For F# this is explained in section 12.5 Program Execution of the F# spec. While the OCaml documentation page list several good documents, I am unable to find any document that gives the same level of detail as found in the F# spec.

Are there any documents that give the corresponding level of detail for OCaml initialization?

like image 778
Guy Coder Avatar asked Nov 12 '22 22:11

Guy Coder


1 Answers

In short, is there a specification manual for OCaml like the one for F#? No

I spent an hour today looking and still could not find one. I goggled, check some OCaml mailing list and looked over all of the documents from the OCaml site. Others in an OCaml mailing list also noted the lack of an OCaml specification manual.

As always with these no answers, if someone does answer here with a reference to the OCaml spec manual like the one for F# then I will gladly give them the accept vote.

like image 127
Guy Coder Avatar answered Dec 10 '22 09:12

Guy Coder