Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type DependentType struct + DependsOn string + Field string + TypeMap map[string]string + type Effect struct + Description string + Name string + Pure bool + type Macro struct + Body string + Name string + Parameters []string + type PSL4Features struct + DependentTypes []DependentType + Effects []Effect + Macros []Macro + func NewFeatures() *PSL4Features + func (f *PSL4Features) Describe() string + type TypeInference struct + Confidence float64 + Field string + InferredType string + func InferTypes(fields map[string]string) []TypeInference