msv-lab / modus

A language for building Docker/OCI container images
GNU Affero General Public License v3.0
279 stars 9 forks source link

Add `string_eq` and use it for unification #73

Closed thevirtuoso1973 closed 2 years ago

thevirtuoso1973 commented 2 years ago

Closes #62.

Small change based on @mechtaev suggestion a while back, convert unification sugar into string_eq instead of reusing string_concat.