#include #include -- | module Bindings.Fann.InputOutput where #strict_import import Bindings.Fann.DataStructures #ccall fann_save , Ptr -> CString -> IO () #ccall fann_save_to_fixed , Ptr -> CString -> IO () #ccall fann_create_from_file , CString -> IO (Ptr )