gargantext-0.0.7.1.5.3: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gargantext.Core.Types.Individu

Description

Individu defintions

Documentation

data User #

Instances

Instances details
ToJSON User # 
Instance details

Defined in Gargantext.Core.Types.Individu

Generic User # 
Instance details

Defined in Gargantext.Core.Types.Individu

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

Show User # 
Instance details

Defined in Gargantext.Core.Types.Individu

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User # 
Instance details

Defined in Gargantext.Core.Types.Individu

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

type Rep User # 
Instance details

Defined in Gargantext.Core.Types.Individu

type Username = Text #

newtype GargPassword #

Constructors

GargPassword Text 

Instances

Instances details
FromJSON GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

ToJSON GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

Generic GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

Associated Types

type Rep GargPassword :: Type -> Type #

Show GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

ToSchema GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

type Rep GargPassword # 
Instance details

Defined in Gargantext.Core.Types.Individu

type Rep GargPassword = D1 ('MetaData "GargPassword" "Gargantext.Core.Types.Individu" "gargantext-0.0.7.1.5.3-inplace" 'True) (C1 ('MetaCons "GargPassword" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

type Email = Text #

data NewUser a #

Constructors

NewUser 

Instances

Instances details
Show a => Show (NewUser a) # 
Instance details

Defined in Gargantext.Core.Types.Individu

Methods

showsPrec :: Int -> NewUser a -> ShowS #

show :: NewUser a -> String #

showList :: [NewUser a] -> ShowS #