#include "newmacros.h" #include "runtime.h" #define FN_Directory_46hs_95doesDirectoryExist_35 ((void*)startLabel+8) #define CT_v193 ((void*)startLabel+36) #define F0_Directory_46hs_95doesDirectoryExist_35 ((void*)startLabel+44) #define FN_Directory_46hs_95doesDirectoryExist ((void*)startLabel+56) #define CT_v195 ((void*)startLabel+80) #define CF_Directory_46hs_95doesDirectoryExist ((void*)startLabel+88) #define CT_v197 ((void*)startLabel+144) #define ST_v196 ((void*)startLabel+164) #define ST_v194 ((void*)startLabel+193) #define ST_v192 ((void*)startLabel+225) extern Node TM_Directory[]; void FR_Directory_46hs_95doesDirectoryExist_35(void); extern Node FN_NHC_46Internal_46_95mkIOok1[]; extern Node FN_CString_46toCString[]; static Node startLabel[] = { bytes2word(1,0,0,1) , useLabel(CT_v193) , /* FN_Directory_46hs_95doesDirectoryExist_35: (byte 0) */ useLabel(TM_Directory) , bytes2word(PUSH_ARG_I1,EVAL,POP_I1,PRIMITIVE) , useLabel(FR_Directory_46hs_95doesDirectoryExist_35) , bytes2word(RETURN_EVAL,ENDCODE,0,0) , bytes2word(0,0,0,0) , 80001 , useLabel(ST_v192) , /* CT_v193: (byte 0) */ HW(0,1) , 0 , /* F0_Directory_46hs_95doesDirectoryExist_35: (byte 0) */ CAPTAG(useLabel(FN_Directory_46hs_95doesDirectoryExist_35),1) , bytes2word(0,0,0,0) , useLabel(CT_v195) , /* FN_Directory_46hs_95doesDirectoryExist: (byte 0) */ useLabel(TM_Directory) , bytes2word(NEEDHEAP_I32,PUSH_HEAP,HEAP_CVAL_I3,HEAP_CVAL_I4) , bytes2word(RETURN_EVAL,ENDCODE,0,0) , bytes2word(0,0,0,0) , 80001 , useLabel(ST_v194) , /* CT_v195: (byte 0) */ HW(2,0) , 0 , /* CF_Directory_46hs_95doesDirectoryExist: (byte 0) */ VAPTAG(useLabel(FN_Directory_46hs_95doesDirectoryExist)) , VAPTAG(useLabel(FN_NHC_46Internal_46_95mkIOok1)) , useLabel(F0_Directory_46hs_95doesDirectoryExist_35) , bytes2word(1,0,0,1) , useLabel(CT_v197) ,}; Node FN_Directory_46doesDirectoryExist[] = { useLabel(TM_Directory) , bytes2word(NEEDHEAP_I32,PUSH_HEAP,HEAP_CVAL_I3,HEAP_ARG) , bytes2word(1,PUSH_P1,0,PUSH_HEAP) , bytes2word(HEAP_CVAL_I4,ZAP_ARG_I1,ZAP_STACK_P1,2) , bytes2word(EVAL,NEEDHEAP_I32,APPLY,1) , bytes2word(RETURN_EVAL,ENDCODE,0,0) , bytes2word(0,0,0,0) , 110001 , useLabel(ST_v196) , /* CT_v197: (byte 0) */ HW(2,1) , 0 ,}; Node F0_Directory_46doesDirectoryExist[] = { CAPTAG(useLabel(FN_Directory_46doesDirectoryExist),1) , VAPTAG(useLabel(FN_CString_46toCString)) , VAPTAG(useLabel(FN_Directory_46hs_95doesDirectoryExist)) , /* ST_v196: (byte 0) */ bytes2word(68,105,114,101) , bytes2word(99,116,111,114) , bytes2word(121,46,100,111) , bytes2word(101,115,68,105) , bytes2word(114,101,99,116) , bytes2word(111,114,121,69) , bytes2word(120,105,115,116) , /* ST_v194: (byte 1) */ bytes2word(0,68,105,114) , bytes2word(101,99,116,111) , bytes2word(114,121,46,104) , bytes2word(115,95,100,111) , bytes2word(101,115,68,105) , bytes2word(114,101,99,116) , bytes2word(111,114,121,69) , bytes2word(120,105,115,116) , /* ST_v192: (byte 1) */ bytes2word(0,68,105,114) , bytes2word(101,99,116,111) , bytes2word(114,121,46,104) , bytes2word(115,95,100,111) , bytes2word(101,115,68,105) , bytes2word(114,101,99,116) , bytes2word(111,114,121,69) , bytes2word(120,105,115,116) , bytes2word(35,0,0,0) ,}; #include #include /* foreign import ccall "hs_doesDirectoryExist" Directory.hs_doesDirectoryExist# 1 :: PackedString.PackedString -> Prelude.Bool */ extern HsBool hs_doesDirectoryExist(char*); #ifdef PROFILE static SInfo pf_Directory_46hs_95doesDirectoryExist_35 = {"Directory","Directory.hs_doesDirectoryExist#","Prelude.Bool"}; #endif C_HEADER(FR_Directory_46hs_95doesDirectoryExist_35) { NodePtr nodeptr; HsBool result; char* arg1; nodeptr = C_GETARG1(1); IND_REMOVE(nodeptr); arg1 = (char*)nhc_getPackedString(nodeptr); result = hs_doesDirectoryExist(arg1); nodeptr = nhc_mkBool(result); INIT_PROFINFO(nodeptr,&pf_Directory_46hs_95doesDirectoryExist_35); C_RETURN(nodeptr); }