Skip to content

Commit

Permalink
Remove template type sig
Browse files Browse the repository at this point in the history
We don't provide these in the Elm track, so it seems sensible not to do
it here either.
  • Loading branch information
lpil committed Dec 9, 2016
1 parent c3161f0 commit d7c0a07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions exercises/hello-world/src/HelloWorld.purs
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
module HelloWorld where

import Prelude
import Data.Maybe (Maybe(Just, Nothing))

helloWorld :: Maybe String -> String
4 changes: 0 additions & 4 deletions exercises/leap/src/Leap.purs
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
module Leap where

import Prelude

isLeapYear :: Int -> Boolean

0 comments on commit d7c0a07

Please sign in to comment.