R/maybe.R
from_just.Rd
Unwrap a 'Just' value or throw an error
from_just(.m)
A maybe value
The unwrapped 'Just' value
just(1) %>% from_just() #> [1] 1