forked from M-Labs/nac3
WIP: core: remove outdated comment
This commit is contained in:
parent
d3a5c5a48a
commit
991103c6f0
|
@ -1,13 +1,3 @@
|
||||||
/*
|
|
||||||
MemoryGetter a
|
|
||||||
{ load : Memory -> a
|
|
||||||
}
|
|
||||||
|
|
||||||
MemorySetter a
|
|
||||||
{ store : Memory -> a -> Memory
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
use inkwell::{
|
use inkwell::{
|
||||||
context::Context,
|
context::Context,
|
||||||
types::{AnyTypeEnum, BasicTypeEnum},
|
types::{AnyTypeEnum, BasicTypeEnum},
|
||||||
|
|
Loading…
Reference in New Issue