Skip to content

Commit

Permalink
Change Haddock-style comments into non-Haddock-style comments.
Browse files Browse the repository at this point in the history
Haddock apparently doesn't support comments on function parameters
within record types.
  • Loading branch information
jonathanknowles committed Sep 6, 2019
1 parent a7ae6d2 commit 3473b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/src/Cardano/Wallet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ data WalletLayer s t k = WalletLayer
:: DefineTx t
=> WalletId
-> Maybe UTCTime
-- ^ Inclusive minimum time bound.
-- Inclusive minimum time bound.
-> Maybe UTCTime
-- ^ Inclusive maximum time bound.
-- Inclusive maximum time bound.
-> SortOrder
-> ExceptT ErrListTransactions IO [TransactionInfo]
-- ^ List all transactions and metadata from history for a given wallet.
Expand Down

0 comments on commit 3473b42

Please sign in to comment.