Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. countVarNodes :: Num a => Fix SRTree -> a

    srtree Data.SRTree

    Count the number of Var nodes

    >>> countVarNodes $ "x0" + 2 * ("x0" - sin "x1")
    3
    

  2. countVarNodes :: Num a => Fix SRTree -> a

    srtree Data.SRTree.Internal

    Count the number of Var nodes

    >>> countVarNodes $ "x0" + 2 * ("x0" - sin "x1")
    3
    

  3. _amplifyAppAutoBranchCreationConfigEnvironmentVariables :: AmplifyAppAutoBranchCreationConfig -> Maybe [AmplifyAppEnvironmentVariable]

    stratosphere Stratosphere.ResourceProperties.AmplifyAppAutoBranchCreationConfig

    No documentation available.

  4. aaabccEnvironmentVariables :: Lens' AmplifyAppAutoBranchCreationConfig (Maybe [AmplifyAppEnvironmentVariable])

    stratosphere Stratosphere.ResourceProperties.AmplifyAppAutoBranchCreationConfig

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-environmentvariables

  5. module Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    No documentation available.

  6. data AmplifyAppEnvironmentVariable

    stratosphere Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    Full data type definition for AmplifyAppEnvironmentVariable. See amplifyAppEnvironmentVariable for a more convenient constructor.

  7. AmplifyAppEnvironmentVariable :: Val Text -> Val Text -> AmplifyAppEnvironmentVariable

    stratosphere Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    No documentation available.

  8. _amplifyAppEnvironmentVariableName :: AmplifyAppEnvironmentVariable -> Val Text

    stratosphere Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    No documentation available.

  9. _amplifyAppEnvironmentVariableValue :: AmplifyAppEnvironmentVariable -> Val Text

    stratosphere Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    No documentation available.

  10. amplifyAppEnvironmentVariable :: Val Text -> Val Text -> AmplifyAppEnvironmentVariable

    stratosphere Stratosphere.ResourceProperties.AmplifyAppEnvironmentVariable

    Constructor for AmplifyAppEnvironmentVariable containing required fields as arguments.

Page 71 of many | Previous | Next