#!/bin/bash

set -e

ret="$(hoogle categoryToCInt)"

test "$ret" = "System.Locale.SetLocale categoryToCInt :: Category -> CInt"
