zeolite-lang-0.7.0.2: Zeolite is a statically-typed, general-purpose programming language.

Safe HaskellSafe
LanguageHaskell2010

Test.Common

Documentation

checkEquals :: (Eq a, Show a) => a -> a -> CompileInfo () Source #

containsAtLeast :: (Ord a, Show a) => [a] -> [a] -> CompileInfo () Source #

containsAtMost :: (Ord a, Show a) => [a] -> [a] -> CompileInfo () Source #

containsExactly :: (Ord a, Show a) => [a] -> [a] -> CompileInfo () Source #