Commit 7c2249f3 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Make 'now' return something meaningless

parent 91870dc7
...@@ -203,4 +203,4 @@ dispatcher "g12345" = g12345 ...@@ -203,4 +203,4 @@ dispatcher "g12345" = g12345
-- current wall clock time (in milliseconds since start of RTS) -- current wall clock time (in milliseconds since start of RTS)
-- FIXME: get current wall clock time (maybe with getCPUTime of System.CPUTime) -- FIXME: get current wall clock time (maybe with getCPUTime of System.CPUTime)
now :: Int now :: Int
now = 42 now = -1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment