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

org.specs2.html.package.scala Maven / Gradle / Ivy

The newest version!
package org.specs2
/**
 * This package provides newtypes for strings representing toc ids
 */
package object html extends data.TaggedTypes {

  type SpecId = Newtype[String, SpecIdOps]
  case class SpecIdOps(s: String)

  def SpecId(id: String): SpecId = newtype(id)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy