All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalaz.iotaz.syntax.package.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M7
Show newest version
// Copyright: 2017 - 2021 Sam Halliday
// License: https://opensource.org/licenses/BSD-3-Clause

// Derived from https://github.com/frees-io/iota
//
// Copyright (C) 2017-2018 Andy Scott.
// Copyright (c) 2017-2018 47 Degrees. 
// All rights reserved.
//
// https://github.com/frees-io/iota/blob/v0.3.10/LICENSE
// https://github.com/frees-io/iota/blob/v0.3.10/NOTICE

package scalaz.iotaz

package object syntax {

  object evidence extends EvidenceSyntax
  object inject   extends InjectSyntax
  object injectK  extends InjectKSyntax

  object all extends EvidenceSyntax with InjectSyntax with InjectKSyntax
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy