Git Product home page Git Product logo

haskelltest's Introduction

haskellTest

  • How to add package?
    edit bin path in .cabal/config
    cabal sandbox init
    cabal install moduleName
  • Problem: cabal: /usr/bin/ar: permission denied
    Try https://github.com/haskell/cabal/issues/2653

resources

##Just for test 测试##

This expression $\sqrt{3x-1}+(1+x)^2$ is an example of a $\LaTeX$ inline equation.

he Lorenz Equations:

$$ \begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{aligned} $$

@startuml (*) --> if " 如果 $1 不为空" then -->[true] "make file" if "file exist" then -> "build" as ghc else if "exist test" then -left-> "build test" else --> "report error" endif endif else ->[false] "build test" endif ghc --> if "user parallel" then --> "build with parallel" else -> "buid with $1" endif @enduml

Image

#!/bin/bash
if [ "$1" != "" ]; then
    if [ "$1" = "maths.hs" ]; then
        $GHC -O2 --make $1 -threaded -rtsopts -o "dest/$NAME"
    else
        $GHC --make $1 -o "dest/$NAME"
    fi
    rm -f "$NAME.hi"
    rm -f "$NAME.o"
else
    $GHC --make test.hs -o dest/test
    rm -f "test.hi"
    rm -f "test.o"
fi

haskelltest's People

Contributors

zhaiduo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.