diff --git a/xo-expression/include/xo/expression/typeinf/type_ref.hpp b/xo-expression/include/xo/expression/typeinf/type_ref.hpp index ccac6481..89deec0e 100644 --- a/xo-expression/include/xo/expression/typeinf/type_ref.hpp +++ b/xo-expression/include/xo/expression/typeinf/type_ref.hpp @@ -8,7 +8,7 @@ namespace xo { namespace scm { using prefix_type = xo::flatstring<8>; - using type_var = xo::flatstring<16>; + using type_var = xo::flatstring<20>; /** @class type_ref * @brief name and eventual resolution for type associated with an expression.