I had forgotten to adjust the define-struct macro to work like the struct macro for the #:prefab keyword, which made TR think prefabs were ordinary structs. Closes GH issue #188
Adds a new Prefab type constructor along with support for the use of `struct` with the #:prefab keyword.