Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 257 Bytes

fay-prim

A minimal base package for Fay, useful for testing Fay itself.

Typically you'll use it like this:

git clone git://github.com/faylang/fay-prim.git
fay --base-path fay-prim --pretty Test.hs
# or
fay-tests -base-path fay-prim -t TestCase