-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTime.html
2 lines (2 loc) · 3.04 KB
/
Time.html
1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Time</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">ventilator-spec-0.1.0.0</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Time</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:time_delta_us">time_delta_us</a> :: Stream <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a></li><li class="src short"><a href="#v:every_us">every_us</a> :: <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -> Stream <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a></li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:time_delta_us" class="def">time_delta_us</a> :: Stream <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> <a href="#v:time_delta_us" class="selflink">#</a></p><div class="doc"><p>Change in time in microseconds since the last frame.</p><p>Starts at 0 since there should be no time delta on the first frame</p></div></div><div class="top"><p class="src"><a id="v:every_us" class="def">every_us</a> :: <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Word.html#t:Word32" title="Data.Word">Word32</a> -> Stream <a href="file:///nix/store/0wffxskjn0q9i1jdasgvs4p0pg4krja1-ghc-8.6.5-doc/share/doc/ghc/html/libraries/base-4.12.0.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:every_us" class="selflink">#</a></p><div class="doc"><p>Is True whenever a given number of microseconds has passsed since the last
time it was True (or since 0 at the beginning).</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.22.0</p></div></body></html>