Ticket #383 (new bug)
type information ignored
| Reported by: | maeder | Owned by: | maeder |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.95 |
| Component: | logic-hascasl | Version: | 0.7 |
| Keywords: | Cc: | lschrode, till |
Description
type ST state a := state ->? a * state vars x: a; . ret x : ST state a = \ s : state . (x, s)
the type information is not used to allow the unification of m a with State state a
Change History
Note: See
TracTickets for help on using
tickets.