Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は治療できるようになりたいです:
int(int, int)
関数型として。この (簡素化された) 文法を正規化するにはどうすればよいですか?
type : classOrInterfaceType | primitiveType | functionType; functionType : type '(' (type (',' type)*)? ')'; classOrInterfaceType : ; primitiveType : ;