Commit 182f0840 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Add comments of future implementation of now

parent 421e000b
module Utils (now) where module Utils (now) where
--import System.CPUTime (getCPUTime)
-- 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 -- FIXME: get current wall clock time
--now :: IO Integer
now :: Int now :: Int
now = 42 now = 42 --getCPUTime
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