-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.util.binop.OpDecl
org.aya.util.binop.OpDecl.BindPred, org.aya.util.binop.OpDecl.OpInfo
-
Field Summary
Fields
Fields inherited from class org.aya.concrete.stmt.decl.CommonDecl
info
Fields inherited from interface org.aya.util.binop.OpDecl
APPLICATION
-
Constructor Summary
Constructors
PrimDecl(@NotNull org.aya.util.error.SourcePos sourcePos,
@NotNull org.aya.util.error.SourcePos entireSourcePos,
@NotNull String name,
@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope,
@Nullable Expr result)
-
Method Summary
boolean
needTyck(@NotNull kala.collection.immutable.ImmutableSeq<String> currentMod)
-
-
Constructor Details
-
PrimDecl
public PrimDecl(@NotNull
@NotNull org.aya.util.error.SourcePos sourcePos,
@NotNull
@NotNull org.aya.util.error.SourcePos entireSourcePos,
@NotNull
@NotNull String name,
@NotNull
@NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope,
@Nullable
@Nullable Expr result)
-
Method Details
-
needTyck
public boolean needTyck(@NotNull
@NotNull kala.collection.immutable.ImmutableSeq<String> currentMod)
-