improving documentation

This commit is contained in:
2024-12-01 17:40:11 +00:00
parent 5394e8a657
commit 0254bbbd43
6 changed files with 85 additions and 33 deletions

View File

@@ -56,7 +56,7 @@ module P2PRC
, IPAdressTable
, MapPortRequest(..)
, MapPortResponse
, Error
, Error(..)
-- ** Type Synonyms
-- | This section is reserved to some useful type synonyms that add significant ergonomics.
@@ -71,7 +71,7 @@ import Engine
import JSON
( IPAdressTable
, MapPortResponse
, MapPortResponse(..)
, P2prcConfig
)
@@ -83,7 +83,7 @@ import API
import Error
( Error
( Error(..)
, IOEitherError
)