some `\annotation\` for something \unlikely\ like this

```pony
if \likely\ cond then
  foo
end

while \unlikely\ cond then
  bar
end

repeat
  baz
until \likely\ cond end

match obj
| \likely\ expr => foo
| \unlikely\ let capt: T => bar
end
```
