We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de421db commit d407cdaCopy full SHA for d407cda
src/parser/parsers.h
@@ -30,7 +30,7 @@ using namespace std::string_view_literals;
30
template<typename Ctx>
31
Result<typename Ctx::HeapTypeT> absheaptype(Ctx&, Shareability);
32
template<typename Ctx> Result<typename Ctx::HeapTypeT> heaptype(Ctx&);
33
-template<typename Ctx> MaybeResult<typename Ctx::RefTypeT> maybeRefType(Ctx&);
+template<typename Ctx> MaybeResult<typename Ctx::RefTypeT> maybeReftype(Ctx&);
34
template<typename Ctx> Result<typename Ctx::RefTypeT> reftype(Ctx&);
35
template<typename Ctx> MaybeResult<typename Ctx::TypeT> tupletype(Ctx&);
36
template<typename Ctx> Result<typename Ctx::TypeT> valtype(Ctx&);
0 commit comments