microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Refactor ks_defs_to_module #865

Closed toelli-msft closed 3 years ago

toelli-msft commented 3 years ago

Refactor the code below ks_defs_to_module to take StructuredNames rather than strs and lists of Types. This makes things generally more robust, but doesn't expose any additional functionality yet.

Work in collaboration with @dcrc2

cgravill commented 3 years ago

Looks good to me