amazonka-core-1.3.1: Core data types and functionality for Amazonka libraries.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Data.List1

Description

 

Documentation

newtype List1 a Source

Constructors

List1 

Fields

toNonEmpty :: NonEmpty a
 

Instances

Monad List1 
Functor List1 
Applicative List1 
Foldable List1 
Traversable List1 
IsList (List1 a) 
Eq a => Eq (List1 a) 
Data a => Data (List1 a) 
Ord a => Ord (List1 a) 
Read a => Read (List1 a) 
Show a => Show (List1 a) 
Generic (List1 a) 
ToJSON a => ToJSON (List1 a) 
FromJSON a => FromJSON (List1 a) 
Semigroup (List1 a) 
Typeable (* -> *) List1 
type Rep (List1 a) 
type Item (List1 a) = a