Changeset 16448
- Timestamp:
- 05/19/07 00:33:28 (18 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Parser.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Parser.hs
r16438 r16448 519 519 520 520 -- XXX - RIGHT HERE, add this one to CompPad? 521 modify $ \state -> state 522 { s_knownVars = Map.insert (cast name) (fromJust . envCompPad $ s_env state) (s_knownVars state) } 521 523 522 524 rv <- case opt of
