type fixes and bindings + notes on subtyping
This commit is contained in:
parent
7e3c7c88ea
commit
c18f56f7be
28 changed files with 2253 additions and 783 deletions
9
include/spho/subt.h
Normal file
9
include/spho/subt.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef _SPHO_SUBT_H
|
||||
#define _SPHO_SUBT_H
|
||||
|
||||
#include "spho/scope.h"
|
||||
|
||||
int spho_is_subt(struct spho_ctx *, const struct spho_tp *,
|
||||
const struct spho_tp *);
|
||||
|
||||
#endif /* ifndef _SPHO_SUBT_H */
|
Loading…
Add table
Add a link
Reference in a new issue