Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terasakisatoshi/haskellexer

my haskell exer
https://github.com/terasakisatoshi/haskellexer

Last synced: 3 days ago
JSON representation

my haskell exer

Awesome Lists containing this project

README

        

# haskellExer
my haskell exer

hoge.hs
を用意したら

```
$ ghci
> :l hoge.hs
```
で hoge.hs に記述されている関数たちをインポートできます.