Closed kopecs closed 2 years ago
Currently we only have a function of type 'a option -> 'a -> 'a. It's also useful to have one where both inputs are options.
'a option -> 'a -> 'a
Helps https://github.com/returntocorp/semgrep/pull/5343
Currently we only have a function of type
'a option -> 'a -> 'a
. It's also useful to have one where both inputs are options.Helps https://github.com/returntocorp/semgrep/pull/5343
Security