When I\'m working with libraries that support type-level programming, I often find myself writing comments like the following (from an example presente
compileError("true * false")
// CompileError.Type("value * is not a member of Boolean")
compileError("(}")
// CompileError.Parse("')' expected but '}' found.")