1 2 3 4 5 6 7
#!/bin/bash set -e ret="$(hoogle categoryToCInt)" test "$ret" = "System.Locale.SetLocale categoryToCInt :: Category -> CInt"