Is there a way to get ocaml to tell me if a function implements recursion using tail recursion? I do not want to read the code. I mean, get ocaml to tell me, say this:
let x = tail_recursion f;;
You can compile the source code with "-annot". It will create an annotation file that some editors can use.
In caml (emacs) mode, the ist command:
M-x caml-types-show-call
Source: https://habr.com/ru/post/1525723/More articles:How to add characters to slider shortcuts? - rКак "обновить" существующую модель распознавания имен с именами, а не создавать с нуля? - javaWindows Restart Manager does not see folders opened on the command line, as in use - windowsPassing classes / components with properties in Coldfusion - coldfusioncfxml vs cfsavecontent - cannot create xml with cfxml - coldfusionSet the page title in the asp file where it uses the main page - c #Linq expression to convert a DataTable to a dictionary > - c #The algorithm (or a pointer to the literature) looked for a string processing call - stringWPF Path Binding for PointCollection does not update user interface - c #web api put recognizes query strings but not body - angularjsAll Articles