module NestedNested where



function x = meme x
  where
    meme x = identity x
    identity x = x