index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Infra
/
SIO.hs
Age
Commit message (
Expand
)
Author
2025-08-02
define return in terms of pure, >> as *>, mappend as <>
Inari Listenmaa
2020-10-26
Fix infinite recursion on error
Andreas Källberg
2020-09-05
MonadFail: Make backwards-compatible
Andreas Källberg
2020-08-05
Fix most build errors
Andreas Källberg
2015-08-31
GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLn
hallgren
2015-08-13
GF Shell: refactoring for improved modularity and reusability:
hallgren
2015-08-10
gf -cshell: preliminary support for the C run-time system in the GF shell
hallgren
2015-02-27
GF shell: fixed problems with previous change of the -retain flag
hallgren
2015-02-27
GF shell: create a PGF also when the -retain flag is used
hallgren
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2012-11-08
Eliminate warnings about deprecated use of catch and try
hallgren
2012-09-26
SIO bug fix
hallgren
2012-09-25
GF.Infra.SIO.hs: adding the SIO monad (where S = Shell or Safe)
hallgren