wkoiking / pervasives

Prelude for OCaml user avoiding type class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt Prelude for introduction of Haskell to OCaml programmers avoiding type class.

はじめ方

先ずインターネットに繋がっていることを確認。

stackのインストール

以下のURLからstackをインストールする。

https://docs.haskellstack.org/en/stable/install_and_upgrade/#windows

Git for Windowsのインストール

以下のURLからGit for Windowsをインストールする。

https://git-for-windows.github.io/

Haskellを開始する!

Git bashから下記のコマンドを実行する。

$ cd ~
$ git clone https://github.com/wkoiking/pervasives.git
$ cd pervasives
$ stack setup
$ stack ghci

OCamlとHaskellの文法の対比

Haskell for OCaml programmers

About

Prelude for OCaml user avoiding type class

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%