Re: Newbie compile error
| 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