AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Pass bindings into imported modules #254

Closed AshleyYakeley closed 1 month ago

AshleyYakeley commented 1 month ago

Something like:

given
    x : T;
in
let
    y = f x;
end

on interpret:

on import:

AshleyYakeley commented 1 month ago

Doing #255 instead.