package util
- Source
- package.scala
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package pretty
Implementation of a pretty printer inspired by Wadler's one and adapted to strict language (port of https://github.com/kfl/wpp).
Type Members
- trait Catching[F[_], E, G[_]] extends AnyRef
- type MemorySize = util.MemorySize.Type
- trait Positioner[Pos] extends AnyRef
Used to transform a position into a position type.
Used to transform a position into a position type. The concrete type of position depends on the meaning of the position index (offset in wast file, in binary stream, ...)
- case class TextFilePosition(file: Path, line: Int, column: Int, content: String) extends Product with Serializable
Value Members
- object Catching
- object MemorySize