Skip to content

Instantly share code, notes, and snippets.

@yorickvP
Last active August 19, 2018 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorickvP/30725ebf31780aa96cd84ab02eb60ae0 to your computer and use it in GitHub Desktop.
Save yorickvP/30725ebf31780aa96cd84ab02eb60ae0 to your computer and use it in GitHub Desktop.
let
a = {
b = 10;
};
inherit (a) b;
c = 3;
in b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment