Copyright | (c) Eric Mertens 2016 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Client.State.Url
Description
Synopsis
- type UrlPair = (Text, [Identifier])
- urlList :: ClientState -> [UrlPair]
Documentation
type UrlPair = (Text, [Identifier]) Source #
A URL and identifiers of those who provided that URL.
urlList :: ClientState -> [UrlPair] Source #
Generate a list of URLs from the current focus and subfocus.