From 19666ba4f4e42a754e45fcc03a50bbb47e862007 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 24 Sep 2019 15:20:48 -0400 Subject: [PATCH] Correct the Haddock markup --- src/PaymentServer/Ristretto.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PaymentServer/Ristretto.hs b/src/PaymentServer/Ristretto.hs index 65a4a73..77f0735 100644 --- a/src/PaymentServer/Ristretto.hs +++ b/src/PaymentServer/Ristretto.hs @@ -63,10 +63,10 @@ foreign import ccall "batch_dleq_proof_destroy" batch_dleq_proof_destroy :: Ptr -- | Private type to represent the return value of ristretto. type Issuance = - ( Text -- |^ The base64-encoded public key corresponding to the + ( Text -- ^ The base64-encoded public key corresponding to the -- signing key which generated the signatures. - , [Text] -- |^ A list of base64-encoded token signatures. - , Text -- |^ The base64-encoded batch DLEQ proof that the signatures + , [Text] -- ^ A list of base64-encoded token signatures. + , Text -- ^ The base64-encoded batch DLEQ proof that the signatures -- were made with the signing key corresponding to the public -- key. ) -- GitLab