j
k
j a
j l
Pattern matching works in ghci: ...let x = Just (Left (Blah [stuff])) let (Just (Left (Blah y)) = x
Pattern matching works in ghci:
let x = Just (Left (Blah [stuff])) let (Just (Left (Blah y)) = x
Thanks! That's exactly what I'm looking for.
Back to the thread
Back to the list