Commit 88d22e89 authored by Alp Mestanogullari's avatar Alp Mestanogullari

Fix haddock parse error

parent 7eb9a7fd
...@@ -135,7 +135,7 @@ allDataOrigins = map InternalOrigin API.externalAPIs ...@@ -135,7 +135,7 @@ allDataOrigins = map InternalOrigin API.externalAPIs
--------------- ---------------
data DataText = DataOld ![NodeId] data DataText = DataOld ![NodeId]
| DataNew !(Maybe Integer, ConduitT () HyperdataDocument IO ()) | DataNew !(Maybe Integer, ConduitT () HyperdataDocument IO ())
-- | DataNew ![[HyperdataDocument]] --- | DataNew ![[HyperdataDocument]]
-- Show instance is not possible because of IO -- Show instance is not possible because of IO
printDataText :: DataText -> IO () printDataText :: DataText -> IO ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment