/**
    The identity function
    For when you need a function that does "nothing".

    # Type

    ```
    id :: a -> a
    ```

    # Arguments

    - [x] The value to return

  */