Skip to content

SafeHaskell? #9

@Abhiroop

Description

@Abhiroop

An experiment could be done by adding the {-# LANGUAGE Safe #-} pragma to the Server.hs file and then seeing how the compilation works. It should not hinder the usage of type-unsafe features in the main application. To retrofit Server.hs some of the functor, applicative instances need to be hand derived, which is not a huge problem. The goal is to constrain what kind of code can be written in the Server monad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions