Skip to content

Lesson 4 Exercise 3 - Not in scope: 'factors' #18

@ghost

Description

Anyone else have this issue trying the implementations for 'perfects' in ghci? I had to implement 'factors' first (easy enough, since we were shown how in the lecture):

    factors n = [x | x <- [1..n], n `mod` x == 0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions