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

toml.Parse.scala Maven / Gradle / Ivy

package toml

object Parse {
  type Field    = String
  type Address  = List[Field]
  type Message  = String
  type Error    = (Address, Message)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy