I may be missing something, but is it possible to declare new datatypes? For example, I tried `runStmt "data MyBool = MyTrue | MyFalse"`, but I get: ``` parse error on input 'data' ``` Is there any way to do this or any work around to do this?