begun work on tag engine
This commit is contained in:
parent
550b3731b4
commit
a3afd66715
4 changed files with 18 additions and 3 deletions
10
bs/TagEngine.bs
Normal file
10
bs/TagEngine.bs
Normal file
|
@ -0,0 +1,10 @@
|
|||
package TagEngine() where
|
||||
|
||||
import Util
|
||||
|
||||
interface (TagEngine :: # -> *) numTags =
|
||||
requestTag :: ActionValue (UInt (TLog numTags))
|
||||
retireTag :: UInt (TLog numTags) -> Action
|
||||
|
||||
a :: Integer
|
||||
a = 3
|
Reference in a new issue