Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
Created July 19, 2011 23:17
Show Gist options
  • Save IndiceeCoder/1093981 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1093981 to your computer and use it in GitHub Desktop.
iBIOS Customization Example - Currency Exchange 3
/**
* 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