packages feed

fourmolu-0.20.1.0: data/examples/fixity/relude-default-operator-chain.hs

module ReludeChainExample where

import Relude

resolveValue =
  primarySource
    ?: secondarySource
    ?: tertiarySource
    ?: quaternarySource
    ?: finalFallbackValue