publicsuffixlist-0.0.2: Is a given string a domain suffix?

Safe HaskellNone

Network.PublicSuffixList.Internal.Types

Description

This module is only exported for the use of the publicsuffixlistcreate package. Every one else should consider everything in this file to be opaque.

Documentation

newtype Tree e Source

Constructors

Node 

Fields

children :: Map e (Tree e)
 

Instances

Show e => Show (Tree e) 
Ord e => Default (Tree e)