Skip to content
Snippets Groups Projects
Commit 4a8b5328 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-17 12:50:42 by simonm]

remove unreferenced files
parent c853c617
No related merge requests found
interface OneA where
import OneB ( fB ) renaming ( fB to fBa )
type SynA = Float
data DataAA
data (Ord a) => DataAB a = ConAB1 a | ConAB2 deriving Text
class (Ord a) => ClassA a where
clsA :: a -> String
instance ClassA Int
fA :: a -> a
interface OneB where
fB :: a -> a
interface OneC where
fC :: a -> a
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