caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] q
@ 2004-01-05 20:00 Kamil Shakirov
  2004-01-07  7:08 ` [Caml-list] Tuareg Christophe TROESTLER
  0 siblings, 1 reply; 7+ messages in thread
From: Kamil Shakirov @ 2004-01-05 20:00 UTC (permalink / raw)
  To: caml-list; +Cc: kamil

Hello List,

I use `tuareg' mode for editing my OCaml sources. I want to roll up
long functions in one line (`let'--definition). I usually place many
small auxiliary functions in a body of a main function,
for instance:

let complex_function arg1 arg2 ... =
  let fun_aux1 arg1 arg2 ... =        
    bla bla bla
  in
  let fun_aux2 arg1 arg2 ... =        
    bla bla bla
  in
  let fun_aux3 arg1 ... =        
    bla bla bla
  in
  fun_aux3 arg2
    (fun_aux2 (fun_aux arg1 arg2) arg1)

How can I do this? Is there any additional xemacs package for this
purpose?  Thanks.

PS:
My xemacs version:
   XEmacs 21.4 (patch 14) "Reasonable Discussion" (linux)
   "Tuareg Version 1.41.1"

-- 
 Kamil.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-01-09  7:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 20:00 [Caml-list] q Kamil Shakirov
2004-01-07  7:08 ` [Caml-list] Tuareg Christophe TROESTLER
2004-01-08  2:09   ` Kamil Shakirov
2004-01-08 14:13     ` Albert Cohen
2004-01-08 14:46       ` Jérôme Marant
2004-01-09  7:27         ` Kamil Shakirov
2004-01-08  2:18   ` Kamil Shakirov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).