Skip to content
Snippets Groups Projects
Commit bbe678d7 authored by sof's avatar sof
Browse files

[project @ 1999-09-01 14:22:29 by sof]

Verify that 'as' clause without 'qualified' brings both qual and unqual'ed name into scope
parent 260e9b5f
No related merge requests found
-- !!! Check the handling of 'qualified' and 'as' clauses
module ShouldCompile where
import List as L ( intersperse )
x = L.intersperse
y = intersperse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment