packages feed

ormolu-0.8.2.0: data/examples/fixity/relude-default-operator-chain-out.hs

module ReludeChainExample where

import Relude

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