This website requires JavaScript.
Explore
Help
Sign In
wasp-lang
/
wasp
Watch
1
Star
1
Fork
0
You've already forked wasp
mirror of
https://github.com/wasp-lang/wasp.git
synced
2024-11-28 03:35:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
852da7a9ae
wasp
/
stic
/
src
/
Lib.hs
7 lines
82 B
Haskell
Raw
Normal View
History
Unescape
Escape
Added fibonacci function and some tests for it. Still working on organizing tests.
2019-02-17 21:44:57 +03:00
module
Lib
(
Documented tasty discover in README, polished test suite for Fibonacci.
2019-03-03 17:45:10 +03:00
someFunc
Added fibonacci function and some tests for it. Still working on organizing tests.
2019-02-17 21:44:57 +03:00
)
where
Created initial Stack project for stic.
2019-02-17 16:04:24 +03:00
someFunc
::
IO
()
someFunc
=
putStrLn
"
someFunc
"
Reference in New Issue
Copy Permalink