Commit 37a60823 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Re-phrase comments in Utils

parent 20f0af14
module Utils (now) where
--import System.CPUTime (getCPUTime)
-- current wall clock time (in milliseconds since start of RTS)
-- FIXME: get current wall clock time
--now :: IO Integer
-- FIXME: get current wall clock time (maybe with getCPUTime of System.CPUTime)
now :: Int
now = 42 --getCPUTime
now = 42
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