Home
last modified time | relevance | path

Searched refs:ParserHandle (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libucl/haskell/
HDhucl.hs15 type ParserHandle = Ptr () type
22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle
23 foreign import ccall "ucl_parser_add_string" ucl_parser_add_string :: ParserHandle -> CString -> CU…
24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool
25 foreign import ccall "ucl_parser_get_object" ucl_parser_get_object :: ParserHandle -> UCLObjectHand…
26 foreign import ccall "ucl_parser_get_error" ucl_parser_get_error :: ParserHandle -> CString