waddlaw / book-prog_kiso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

プログラミングの基礎

# repl
$ dune utop src
$ dune utop src -- -implicit-bindings
$ dune utop src -- -implicit-bindings -require alcotest

# build
$ dune build -w
$ dune test -w

# フォーマッター
$ dune build @fmt --auto-promote

repl の使い方

# open Prog_kiso_lib.Ch02;;

# require "alcotest";;

# #quit;;
# exit 0;;
OCaml Haskell 内容
[a; b; c] [a, b, c] リスト
:: : コンス

links

test

About


Languages

Language:OCaml 97.6%Language:Standard ML 2.4%