Created
February 14, 2018 14:27
-
-
Save deque-blog/e1f36ed04ae5e7bfb0daa7295e798278 to your computer and use it in GitHub Desktop.
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
summary :: Payment -> String | |
summary Payment { amount = amount_, from = from_, to = to_ } = | |
join " " ["Transfered", show (value amount_), currency amount_, "from", from_, "to", to_] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment