Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit 7560acb

Browse files
committed
Move over examples from compiler repo
1 parent 6b1a58a commit 7560acb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/Simple.purs.hs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module Main where
2+
3+
import Prelude
4+
import Debug.Trace
5+
import Control.Monad.Eff
6+
7+
main = do
8+
print $ Math.sin 0
9+
print $ Math.sin $ Math.pi * 0.5
10+
print $ Math.e / Math.ln2

0 commit comments

Comments
 (0)