Skip to content

Safari bug causes transMu to crash. #8

@beckyconning

Description

@beckyconning

This is somehow related to the character used for the argument of transMu: η

var transMu = function (dictFunctor) {
    return function (η) {
        return function ($22) {
            return roll(Data_Functor.map(dictFunctor)(transMu(dictFunctor)(η))(η(unroll($22))));
        };
    };
};

SyntaxError: Invalid character '\u0183'

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