fix docs, hlint errors

This commit is contained in:
Emily Martins 2022-03-28 14:59:53 +02:00
parent 234c277ee4
commit 449dd3f87e
9 changed files with 24 additions and 17 deletions

View file

@ -50,10 +50,10 @@ import Agora.Utils (
--------------------------------------------------------------------------------
-- Example tags
-- | Governance token
-- | Governance token.
data GTTag
-- | ADA
-- | ADA.
data ADATag
--------------------------------------------------------------------------------
@ -136,6 +136,7 @@ pdiscreteValue (AssetClassRef (AssetClass (cs, tn))) = phoistAcyclic $
# pconstant tn
# p
-- | Get a `Value` from a `Discrete`.
discreteValue ::
forall (tag :: Type).
AssetClassRef tag ->