Hi, The following snippet doesn't return `ast.TypeBool` anymore: https://play.golang.org/p/fc9xgAcIvp Instead it returns: ``` Type: TypeString Value: true ``` It should return `TypeBool`