forked from GitHub/gf-core
Instead of showing the name of a function in the abstract syntax, linearize it and show the result. For functions with argument, e.g. That : Kind -> Item, the function is applied to the right number of placeholder arguments: 'That ?'. If the linearization fails, the name of the function is shown anyway.
43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Minibar</title>
|
|
<link rel=stylesheet type="text/css" href="minibar.css">
|
|
|
|
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
|
|
|
<meta name = "viewport" content = "width = device-width">
|
|
<meta charset="UTF-8">
|
|
|
|
</head>
|
|
|
|
<body class=minibar>
|
|
<h2>Minibar online</h2>
|
|
<div id=minibar></div>
|
|
|
|
<noscript>This page doesn't works unless JavaScript is enabled.</noscript>
|
|
|
|
<hr>
|
|
|
|
<small>
|
|
[<a href="about.html">About Minibar</a>
|
|
| <a href="http://www.grammaticalframework.org:41296/fridge/">Original Fridge Poetry</a>
|
|
& <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>]
|
|
</small>
|
|
<small class=modtime>
|
|
HTML <!-- hhmts start --> Last modified: Fri Apr 27 15:53:46 CEST 2012 <!-- hhmts end -->
|
|
</small>
|
|
<address>
|
|
|
|
<script type="text/JavaScript" src="support.js"></script>
|
|
<script type="text/JavaScript" src="minibar.js"></script>
|
|
<script type="text/JavaScript" src="minibar_input.js"></script>
|
|
<script type="text/JavaScript" src="minibar_translations.js"></script>
|
|
<script type="text/JavaScript" src="minibar_support.js"></script>
|
|
<script type="text/JavaScript" src="pgf_online.js"></script>
|
|
<script type="text/javascript" src="minibar_online.js"></script>
|
|
<script type="text/javascript" src="../gfse/gf_abs.js"></script>
|
|
|
|
</body>
|
|
</html>
|