#!/bin/bash

set -e

ret="$(hoogle absurd)"

test "$ret" = "Data.Void absurd :: Void -> a"
