By | ~fr33domlover |
At | 2019-01-04 |
Title | Add trivial function 'compactURIPrefix', I need it in berenice |
Description |
Edit file src/Network/IRI.hs 0 → 0
+ 30 , compactURIPrefix
… … … … + 218 compactURIPrefix :: CompactURI -> ByteString
+ 219 compactURIPrefix (CompactURI (Prefix b) _) = b
+ 220 … … … …