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

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

There is a newer version: 3.7
Show 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]

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy