Re: Newbie compile error

"Philippe Veber [email protected] [ocaml_beginners]" <[email protected]>
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <CAOOOohTpZaOO_Eta6shbd_GkVd--OJGWsHWxk-UUPTsd5dwq9A@mail.gmail.com>
Hi,

#require "core_extended";;

open Core.Std;;
open Core_extended.Std;;

let cloneAu =
  let sh = Shell.sh_one_exn in
  sh "git clone https://github.com/loldrup/Auchitect.git"
;;

You can have a look at one of the great books [1] on OCaml to get a better
idea of the basic syntax (and on let bindings in particular)

Cheers,
  Philippe

[1] http://ocaml.org/learn/books.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.