Dsxir.Program.PredictorDecl (dsxir v0.4.0)

Copy Markdown

Normalized predictor declaration as returned by Source.predictors/1.

Summary

Types

t()

@type t() :: %Dsxir.Program.PredictorDecl{
  impl: module(),
  name: atom(),
  signature: module() | Dsxir.Signature.Compiled.t()
}