Skip to content

Instantly share code, notes, and snippets.

@Gryff
Created March 12, 2019 16:20
Show Gist options
  • Save Gryff/4d238cf61fd77a1a2c69ea1ecebf6848 to your computer and use it in GitHub Desktop.
Save Gryff/4d238cf61fd77a1a2c69ea1ecebf6848 to your computer and use it in GitHub Desktop.
import Data.Time
data Transaction = Deposit Int UTCTime | Withdrawal Int UTCTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment