meowlang/typechecker/GenericTypeId.cs

3 lines
124 B
C#
Raw Permalink Normal View History

namespace meowlang.typechecker;
public record GenericTypeId(PossiblyGenericTypeRef Key, List<GenericTypeId> GenericParams);