project_init 2.0.2

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
import Test.Hspec

main :: IO ()
main = hspec $ do
    describe "head" $ do
        parallel $ it "parses a .mad string with modifiers" $ do
            head [1..] `shouldBe` 1