Tagged Questions
The tuareg tag has no wiki summary.
5
votes
1answer
489 views
Ocaml: Error - this expression has type x but is used with type x
This is my error:
Error: This expression has type nfa but is here used with type nfa
What could possibly be happening to cause this? I'm using emacs tuareg, and loading evaluating files one by one. ...
4
votes
3answers
156 views
Ocaml - Emacs tuareg mode
I just started to use the tuareg mode in emacs for ocaml programming. So can someone tell me what are the main advantages of using it? Can someone suggest me any tutorial for that?
3
votes
1answer
132 views
Naive question on how to type-annotated my ocaml prog. in emacs
I heard we can annotate ocaml prog. by their types. An older thread in the forum suggested using ocaml mode of
http://cristal.inria.fr/~remy/poly/emacs/index.html
I have been using Tuareg mode, in ...
2
votes
3answers
1k views
How to download and install Emacs for OCaml?
I feel retarded asking this question, but I've been banging my head against the wall for a while now...
This directory is linked to by the website for obtaining emacs: ...
1
vote
1answer
88 views
Is it possible to use the font of tuareg in caml-mode under Emacs?
For Indentation of “if”, i have to use caml-mode under Emacs.
But I find the font of tuareg is more colorful than caml-font, so my question is whether it is possible to use the font of tuareg in ...
1
vote
1answer
82 views
Why can't I evaluate this OCaml line with tuareg mode's C-c C-e command?
Background: I'm using Emacs 23.3, OCaml 3.12.0 and tuareg 1.45.7.
I'm looking at the Hickey OCaml book, and trying to run the examples on pg. 157 of the book, 167 of the .pdf. The problem arises ...
1
vote
2answers
89 views
How can I specify a custom path to the annotation files in tuareg-mode emacs?
Is there anyway to specify the path to the annot files when using tuareg-mode in emacs?
I am trying to find out the type for my functions and the mode complains with
"not annotation file".
My build ...
0
votes
4answers
866 views
OCaml Emacs Tuareg: Evaluate phrase keyboard shortcut, and how to display actual greek symbols?
Two questions about Emacs Tuareg for OCaml:
I have seen some configurations where it displays an alpha symbol instead of a'. How can I turn this on?
What is the keyboard shortcut for "evaluate ...