development branch에서 typerex을 설치하고 싶습니다. 하지만 다음과 같이 복제하는 데 문제가 있습니다. ~:~$ git clone [email protected]:OCamlPro/typerex.git
Cloning into 'typerex'...
The authenticity of host 'github.com (204.232.175
나는 http://caml.inria.fr/pub/docs/oreilly-book/html/index.html 튜토리얼을 따라 OCaml을 배우고있다. 나는 '핵심'라이브러리의 목록 기능을 사용하여 몇 가지 예제를 시도하고 싶다. 나는 OCaml의 탑 (http://www.typerex.org/ocaml-top.html)를 시작 오픈은 'Core.Std'때
TypeRex에서 이런 종류의 레이아웃을 얻을 수있는 방법이 있습니까? let alert ctx x =
let open Alert in
Printf.printf "...Alert: type = %s, status = %s\n"
(Type.to_string (type_ x)) (status x);
flush stdout
안녕 나는 TypeRex를 사용하고자하지만, $ ./configure
checking for ocamlc... ocamlc
OCaml version is 4.00.1
OCaml library path is /usr/local/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt..
Ocaml-top에서 사용자의 입력 방법을 알려주시겠습니까? 그것은이 링크에서 찾을 수 있습니다 내가 OCaml의에서 초보자 그리고 난 this example 이이 코드를 실행하기 위해 사용자의 입력을 얻으려고 http://www.typerex.org/ocaml-top.html : let rec hilo n =
let() = print_string