convex-schema-parser-0.1.8.0: A type-safe client generator for Convex for both Rust and Python.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.Parser

Synopsis

Documentation

runUnificationPass :: ParsedProject -> ParsedProject Source #

Pre-processes the parsed project to replace anonymous unions and objects with named references if they structurally match. This is done iteratively to a fixed point to handle nested structures.