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

com.sageserpent.americium.CommonApi.scala Maven / Gradle / Ivy

The newest version!
package com.sageserpent.americium
import cats.free.Free.pure
import com.sageserpent.americium.generation.GenerationOperation

trait CommonApi {
  def only[Case](onlyCase: Case): TrialsImplementation[Case] =
    TrialsImplementation(pure[GenerationOperation, Case](onlyCase))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy