#include #include -- | module Bindings.Fann.ErrorHandling where #strict_import import Bindings.Fann.DataStructures #ccall fann_get_errno , Ptr -> IO CUInt #ccall fann_get_errstr , Ptr -> IO CString #ccall fann_reset_errno , Ptr -> IO () #ccall fann_reset_errstr , Ptr -> IO () #ccall fann_set_error_log , Ptr -> Ptr CFile -> IO () #ccall fann_print_error , Ptr -> IO ()