erl icon indicating copy to clipboard operation
erl copied to clipboard

URL parsing library for ELM

Results 3 erl issues
Sort by recently updated
recently updated
newest added

``` elm isAbsolute : Url -> Bool isRelative : Url -> Bool ``` or I suppose: ``` elm type UrlType = Relative | Absolute getUrlType : Url -> UrlType ```