packages feed

fourmolu-0.17.0.0: data/examples/declaration/value/function/operators-6-out.hs

import Servant.API

type PermuteRef =
  "a"
    :> ( "b" :> "c" :> End
           :<|> "c" :> "b" :> End
       )
    :<|> "b"
      :> ( "a" :> "c" :> End
             :<|> "c" :> "a" :> End
         )