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.Utils.Prefix

Description

Here is a longer description of this module, containing some commentary with some markup.

Synopsis

Documentation

dropPrefix :: String -> String -> String #

Remove given prefix

unPrefix :: String -> Options #

Aeson Options that remove the prefix from fields

unCapitalize :: String -> String #

Lower case leading character

wellNamedSchema :: (Typeable a, Generic a, GToSchema (Rep a), GenericHasSimpleShape a "genericDeclareNamedSchemaUnrestricted" (GenericShape (Rep a))) => Text -> Proxy a -> Declare (Definitions Schema) NamedSchema #