More fixes for 605, and adjust expected output

This commit is contained in:
dons
2005-08-19 01:04:43 +00:00
parent 6c122b67c4
commit 5dbfa70f74
7 changed files with 31 additions and 10 deletions

View File

@ -0,0 +1,7 @@
../Plugin.in:13:15:
Couldn't match `Dynamic' against `(a, b)'
Expected type: Dynamic
Inferred type: (a, b)
In the definition of `resource_dyn': resource_dyn = (typeOf v, unsafeCoerce v)
failed

View File

@ -0,0 +1,8 @@
../Plugin.in:12:15:
Couldn't match `Dynamic' against `(a, b)'
Expected type: Dynamic
Inferred type: (a, b)
In the definition of `resource_dyn':
resource_dyn = (typeOf plugin, unsafeCoerce v)
a.out: failed