Created
July 19, 2011 23:17
-
-
Save IndiceeCoder/1093981 to your computer and use it in GitHub Desktop.
iBIOS Customization Example - Currency Exchange 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* An efficient tuple of exchange rate and time | |
*/ | |
data CachedConversion = | |
CachedConversion | |
rate :: !Double | |
time :: !Time | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment