Sha256: 464116c710cc4acb28d2ce58cab7fa83d8d95c6abd1c65026f876b26fdad9dd8
Contents?: true
Size: 244 Bytes
Versions: 163
Compression:
Stored size: 244 Bytes
Contents
(* version 1.0.0 *) use "hello-world.sml"; use "testlib.sml"; infixr |> fun x |> f = f x val testsuite = describe "hello-world" [ test "Say Hi!" (fn _ => hello () |> Expect.equalTo "Hello, World!") ] val _ = Test.run testsuite
Version data entries
163 entries across 163 versions & 1 rubygems