Search code examples
How do I draw ascii art in ATS?...


ats

Read More
What is causing the error `make: Nothing to be done for 'x.o'.` for some x?...


makefileats

Read More
What does :<> (colon less-than greater-than) mean in ats...


syntaxats

Read More
ATS Proof: Why does this static if need greater than or equal to?...


if-statementtheorem-provingats

Read More
ATS - What is the constraint C3NSTRprop(C3TKmain(); S2Eeqeq(S2Eintinf(0); S2Evar(abc(4303)))) referr...


atsproof-of-correctness

Read More
Why can't I call the second half of a mutually recursive function that's defined locally?...


ats

Read More
Why can't generic function templates use fnx to ensure they are tail-recursive?...


ats

Read More
Declare mutually recursive types...


ats

Read More
Prove that if string_is_prefix returns true, then the string has a length as big as the prefix...


ats

Read More
What is the lifetime of a struct received from a free'd linear object?...


ats

Read More
What types are expected from stacked dot notation?...


ats

Read More
How should strings from libraries hostile to BoehmGC be used?...


ats

Read More
Is there any difference in expressiveness between an extern praxi and an extern castfn?...


ats

Read More
How can I get refer to the statically known size and type of a literal array?...


ats

Read More
How to solve undefined reference to dynloadflag?...


ats

Read More
Why does this template work in a single file but not across files?...


ats

Read More
How do you replace static assertions with prfuns?...


ats

Read More
How do you create a map or hashtable with a datatype value?...


ats

Read More
How do you pattern-match against negative 1?...


ats

Read More
Implementing getenv() in ATS...


ats

Read More
How to consume (or iterate over) an array in ATS...


ats

Read More
Compiler Friendly Tail Recursion + Tail Recursion Checking in ATS...


tail-call-optimizationats

Read More
How to flush stdout in ATS...


ats

Read More
How should you perform simple read-only string operations against linear-typed strings?...


atslinear-types

Read More
Dependent types over datatypes...


dependent-typeats

Read More
How do I prove that c-'a' is within [0,26)?...


ats

Read More
How can I measure the time taken to execute a function call in ATS?...


ats

Read More
How do you loop over the indexes of a string?...


stringloopsindexingats

Read More
How are strings freed in ATS2?...


ats

Read More
How can I get a segment of a list in ATS?...


ats

Read More
BackNext