Closed
Description
recording.mp4
Example from scala. I'm not sure how this should be done. scala has advantage of match
keyworkd coming after target expression so can decide to show that snippet based on that. can we do this with opening brace?
for example
type user = Owner | Admin | User
let isSuperUser = (user: user) => switch user { // show snippet