Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created May 3, 2015 21:16
Show Gist options
  • Save bjartwolf/e171588f84a2a86c1f4b to your computer and use it in GitHub Desktop.
Save bjartwolf/e171588f84a2a86c1f4b to your computer and use it in GitHub Desktop.
three.fs
type norTimestamp = ZonedDateTime
type utcTimestamp = Instant
type meterReading= { Val: decimal } // Contains more stuff, shortend for clarity
type utcReading = utcTimestamp * meterReading
type norReading = norTimestamp * meterReading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment