Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created August 1, 2023 16:30
Show Gist options
  • Save da-blog/831fe734dc65a276ce0438fb2dfd432b to your computer and use it in GitHub Desktop.
Save da-blog/831fe734dc65a276ce0438fb2dfd432b to your computer and use it in GitHub Desktop.
compareAssetRecords: Party -> Decimal -> Bool
compareAssetRecords owner amount = do
let
asset1 = Asset with ..
let
asset2 = Asset with ..
asset1 == asset2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment