view include/types.h @ 167:2be573fec9a6

Unurlifying a datatype; longjmp-based error signaling mechanism
author Adam Chlipala <adamc@hcoop.net>
date Tue, 29 Jul 2008 15:25:42 -0400
parents adfa2c7a75da
children 88d46972de53
line wrap: on
line source
typedef int lw_Basis_int;
typedef float lw_Basis_float;
typedef char* lw_Basis_string;

struct __lws_0 {
};

typedef struct __lws_0 lw_unit;
typedef lw_unit lw_Basis_unit;

typedef struct lw_context *lw_context;

typedef lw_Basis_string lw_Basis_xhtml;
typedef lw_Basis_string lw_Basis_page;


typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;