A warning category for PySpec translation. Uses an open vocabulary (string fields) so new categories can be added without modifying an inductive type.
Instances For
@[implicit_reducible]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
@[implicit_reducible]
Equations
Instances For
@[implicit_reducible]
Equations
Equations
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Equations
- Strata.Python.Specs.WarningKind.unsupportedUnion = { phase := "pySpecToLaurel", category := "unsupportedUnion" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.unsupportedOptionalFloat = { phase := "pySpecToLaurel", category := "unsupportedOptionalFloat" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.unsupportedOptionalList = { phase := "pySpecToLaurel", category := "unsupportedOptionalList" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.unsupportedOptionalDict = { phase := "pySpecToLaurel", category := "unsupportedOptionalDict" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.unsupportedOptionalAny = { phase := "pySpecToLaurel", category := "unsupportedOptionalAny" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.unsupportedOptionalBytes = { phase := "pySpecToLaurel", category := "unsupportedOptionalBytes" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.typeError = { phase := "pySpecToLaurel", category := "typeError" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.placeholderExpr = { phase := "pySpecToLaurel", category := "placeholderExpr" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.floatLiteral = { phase := "pySpecToLaurel", category := "floatLiteral" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.isinstanceUnsupported = { phase := "pySpecToLaurel", category := "isinstanceUnsupported" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.forallListUnsupported = { phase := "pySpecToLaurel", category := "forallListUnsupported" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.forallDictUnsupported = { phase := "pySpecToLaurel", category := "forallDictUnsupported" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.missingMethodSelf = { phase := "pySpecToLaurel", category := "missingMethodSelf" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.kwargsExpansionError = { phase := "pySpecToLaurel", category := "kwargsExpansionError" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.postconditionUnsupported = { phase := "pySpecToLaurel", category := "postconditionUnsupported" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.overloadNoArgs = { phase := "pySpecToLaurel", category := "overloadNoArgs" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.overloadArgArity = { phase := "pySpecToLaurel", category := "overloadArgArity" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.overloadArgNotStringLiteral = { phase := "pySpecToLaurel", category := "overloadArgNotStringLiteral" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.overloadReturnArity = { phase := "pySpecToLaurel", category := "overloadReturnArity" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.overloadReturnNotClass = { phase := "pySpecToLaurel", category := "overloadReturnNotClass" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.pySpecParsingError = { phase := "pySpecParsing", category := "error" }
Instances For
Equations
- Strata.Python.Specs.WarningKind.pySpecParsingWarning = { phase := "pySpecParsing", category := "warning" }
Instances For
An error encountered while processing a PySpec file.
- file : System.FilePath
- loc : SourceRange
- kind : WarningKind
- message : String