init
This commit is contained in:
commit
7008596f4c
58 changed files with 1197 additions and 0 deletions
8
test/EvaluationSpec.hs
Normal file
8
test/EvaluationSpec.hs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module EvaluationSpec (spec) where
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = do
|
||||
describe "Evaluation" $ do
|
||||
it "can evaluation expressions" $
|
||||
True `shouldBe` True
|
||||
Loading…
Add table
Add a link
Reference in a new issue