Skip to content

Commit

Permalink
Mention how to compile the Haskell code.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 22, 2015
1 parent cf7383f commit 57fdb15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,18 @@ Rolf Poulsen's FAMØS paper
[Amerikanske optioner og finansielle beregninger](http://www.math.ku.dk/~rolf/FAMOES/Famoes_Follow-up.pdf).


Compiling Haskell Versions
--------------------------

The Haskell implementations do not define a Main module, so in order
to compile them to standalone executables you have to pass an
appropriate `-main-is` option to GHC. For example:

ghc -O3 --make AmrPut.hs -main-is AmrPut -o AmrPut

Check the source file for the module name to use.


Benmark Results from Haskell Version(s)
---------------------------------------

Expand Down

0 comments on commit 57fdb15

Please sign in to comment.