This module provides helper functions for working with URL hashes.
newtype HashA type-safe wrapper for the hash component of a URL
runHash :: Hash -> StringUnwrap a Hash to get a String.
onHashChange :: forall i eff. (Hash -> i) -> Driver i eff -> Eff (HalogenEffects eff) UnitListen for hash change events, and provide an input to the driver function when one occurs.