Skip to content
  • Martin Wierich's avatar
    fixed following bug: · bf18cb0e
    Martin Wierich authored
    :: Record = {x :: !Int, y :: Int}
    Start = { x = undef, y = 2}.y
    
    has been tranformed into
    
    Start = 2
    bf18cb0e